Package net.sf.microlog.core

Examples of net.sf.microlog.core.PropertyConfigurator


   * Configure Microlog using the supplied midlet to get the properties from.
   *
   * @param midlet
   */
  public static void configure(MIDlet midlet){
    PropertyConfigurator configurator = new MIDletPropertyConfigurator();
    MidletProperties properties = new MidletProperties(midlet);
    configurator.configure(properties);
  }
View Full Code Here

TOP

Related Classes of net.sf.microlog.core.PropertyConfigurator

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.