Package ch.qos.logback.access.spi

Examples of ch.qos.logback.access.spi.BasicContext


    } catch (java.lang.NumberFormatException e) {
      e.printStackTrace();
      usage("Could not interpret port number [" + portStr + "].");
    }

    basicContext = new BasicContext();
    if (configFile.endsWith(".xml")) {
      JoranConfigurator configurator = new JoranConfigurator();
      configurator.setContext(basicContext);
      configurator.doConfigure(configFile);
      StatusPrinter.print(basicContext);
View Full Code Here

TOP

Related Classes of ch.qos.logback.access.spi.BasicContext

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.