Package ch.qos.logback.classic.selector.servlet

Examples of ch.qos.logback.classic.selector.servlet.ContextDetachingSCL


  @Before
  public void setUp() throws Exception {

    System.setProperty(ClassicConstants.LOGBACK_CONTEXT_SELECTOR, "JNDI");

    contextDetachingSCL = new ContextDetachingSCL();
   
    MockInitialContextFactory.initialize();
    MockInitialContext mic = MockInitialContextFactory.getContext();
    mic.map.put(ClassicConstants.JNDI_CONTEXT_NAME, "toto");
   
View Full Code Here

TOP

Related Classes of ch.qos.logback.classic.selector.servlet.ContextDetachingSCL

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.