Package org.apache.felix.upnp.basedriver.tool

Examples of org.apache.felix.upnp.basedriver.tool.Logger


   * @since 0.3
   */
  private void doInitLogger() {
   
       String levelStr = configuration.getProperty(Constants.BASEDRIVER_LOG_PROP,"2");     
    Activator.logger = new Logger(levelStr);
   
      String cyberLog = configuration.getProperty(Constants.CYBERDOMO_LOG_PROP,"false");
      Activator.logger.setCyberDebug(cyberLog);     

  }
View Full Code Here

TOP

Related Classes of org.apache.felix.upnp.basedriver.tool.Logger

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.