ch.qos.logback.classic
Class LoggerTest

java.lang.Object
  extended by ch.qos.logback.classic.LoggerTest

public class LoggerTest
extends Object


Constructor Summary
LoggerTest()
           
 
Method Summary
 void setLevelToNull_A()
           
 void setLevelToNull_B()
           
 void setLevelToNull_LBCLASSIC_91()
           
 void setRootLevelToNull()
           
 void smoke()
           
 void testAdditive()
           
 void testBasicFiltering()
           
 void testEnabled_All()
           
 void testEnabled_Debug()
           
 void testEnabled_Info()
           
 void testEnabledX_Errror()
           
 void testEnabledX_Off()
           
 void testEnabledX_Warn()
           
 void testNoStart()
           
 void testRootLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerTest

public LoggerTest()
Method Detail

smoke

public void smoke()

testNoStart

public void testNoStart()

testAdditive

public void testAdditive()

testRootLogger

public void testRootLogger()

testBasicFiltering

public void testBasicFiltering()
                        throws Exception
Throws:
Exception

testEnabled_All

public void testEnabled_All()
                     throws Exception
Throws:
Exception

testEnabled_Debug

public void testEnabled_Debug()
                       throws Exception
Throws:
Exception

testEnabled_Info

public void testEnabled_Info()
                      throws Exception
Throws:
Exception

testEnabledX_Warn

public void testEnabledX_Warn()
                       throws Exception
Throws:
Exception

testEnabledX_Errror

public void testEnabledX_Errror()
                         throws Exception
Throws:
Exception

testEnabledX_Off

public void testEnabledX_Off()
                      throws Exception
Throws:
Exception

setRootLevelToNull

public void setRootLevelToNull()

setLevelToNull_A

public void setLevelToNull_A()

setLevelToNull_B

public void setLevelToNull_B()

setLevelToNull_LBCLASSIC_91

public void setLevelToNull_LBCLASSIC_91()


Copyright © 2005-2009 QOS.ch. All Rights Reserved.