Package org.bladerunnerjs.logging

Examples of org.bladerunnerjs.logging.SLF4JLoggerFactory


  //TODO: remove this once we've removed all legacy code
  public static BRJS root;
 
  public static synchronized BRJS initializeModel(File brjsDir) throws InvalidSdkDirectoryException {
    if (model == null) {
      model = new BRJS(brjsDir, new BRJSPluginLocator(), new SLF4JLoggerFactory(), new RealTimeAccessor(), new TimestampAppVersionGenerator());
      root = model;
    }
   
    return model;
  }
View Full Code Here

TOP

Related Classes of org.bladerunnerjs.logging.SLF4JLoggerFactory

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.