Package com.adaptrex.tools.log

Examples of com.adaptrex.tools.log.Log


 
  /*
   * Simple logging method
   */
  public void log(String logType, String title, String message) {
    printLog(new Log(logType, title, message));
  }
View Full Code Here


 
  /*
   * Simple logging method
   */
  public void log(String logType, String title, String message) {
    printLog(new Log(logType, title, message));
  }
View Full Code Here

TOP

Related Classes of com.adaptrex.tools.log.Log

Copyright © 2018 www.massapicom. 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.