Uses of Package
uk.org.lidalia.sysoutslf4j.context.exceptionhandlers

Packages that use uk.org.lidalia.sysoutslf4j.context.exceptionhandlers
uk.org.lidalia.sysoutslf4j.context   
uk.org.lidalia.sysoutslf4j.context.exceptionhandlers   
 

Classes in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers used by uk.org.lidalia.sysoutslf4j.context
ExceptionHandlingStrategyFactory
           Interface for factories that create ExceptionHandlingStrategies to allow users to provide their own mechanism for handling the difficult problem of capturing the output of Throwable.printStacktrace() and turning it into logging events.
 

Classes in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers used by uk.org.lidalia.sysoutslf4j.context.exceptionhandlers
ExceptionHandlingStrategy
          This interface defines the methods used by sysout-over-slf4j to convert the results of Throwable.printStacktrace into logging events.
Since the exception itself cannot be reclaimed, all that is available is the individual lines of the stack trace as they are printed to System.out/err.
ExceptionHandlingStrategyFactory
           Interface for factories that create ExceptionHandlingStrategies to allow users to provide their own mechanism for handling the difficult problem of capturing the output of Throwable.printStacktrace() and turning it into logging events.
 



Copyright © 2010. All Rights Reserved.