Package net.sf.microlog.core

Examples of net.sf.microlog.core.PropertyConfigurator.configure()


   * @param midlet
   */
  public static void configure(MIDlet midlet){
    PropertyConfigurator configurator = new MIDletPropertyConfigurator();
    MidletProperties properties = new MidletProperties(midlet);
    configurator.configure(properties);
  }
 
  public static void configure(String jarFileName, MIDlet midlet){
    PropertyConfigurator.configure(jarFileName);
    MIDletPropertyConfigurator.configure(midlet);
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.