ch.qos.logback.classic
Class LoggerPerfTest

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

public class LoggerPerfTest
extends Object


Nested Class Summary
static class LoggerPerfTest.SleepAppender<E>
           
 
Constructor Summary
LoggerPerfTest()
           
 
Method Summary
 void durationOfDisabledLog_1_Parameter()
           
 void durationOfDisabledLog_NoParameters()
           
 void durationOfDisabledLogsWith_1_NOPFilter()
           
 void durationOfEnabledLog()
           
 void durationOfIsDebugEnabled()
           
 void setUp()
           
 void testThreadedLogging()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerPerfTest

public LoggerPerfTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

durationOfDisabledLogsWith_1_NOPFilter

public void durationOfDisabledLogsWith_1_NOPFilter()

durationOfIsDebugEnabled

public void durationOfIsDebugEnabled()

durationOfDisabledLog_NoParameters

public void durationOfDisabledLog_NoParameters()

durationOfDisabledLog_1_Parameter

public void durationOfDisabledLog_1_Parameter()

durationOfEnabledLog

public void durationOfEnabledLog()

testThreadedLogging

public void testThreadedLogging()
                         throws InterruptedException
Throws:
InterruptedException


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