Package org.jamesii.core.util.logging

Examples of org.jamesii.core.util.logging.FileLog


   *          the command line arguments
   */
  private static void configureLogging(String[] args) {
    ApplicationLogger.disableConsoleLog();
    ApplicationLogger.setLogLevel(Level.FINEST);
    ApplicationLogger.addLogListener(new FileLog("Output-"
        + SerializableTest.class.getName() + "-" + Strings.dispArray(args)
        + ".log"));
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.util.logging.FileLog

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.