Package net.sf.gluebooster.java.booster.essentials.logging

Examples of net.sf.gluebooster.java.booster.essentials.logging.LogBooster.info()


      for (MethodDoc method:  classDoc.methods()){
        handler.modify(classDoc, method, foundExamples, protocol);
      }
    }
   
    protocol.info("created links to examples for: ", foundExamples);

    return root;
  }

 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.