Uses of Interface
uk.org.lidalia.sysoutslf4j.context.exceptionhandlers.ExceptionHandlingStrategy

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

Uses of ExceptionHandlingStrategy in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers
 

Methods in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers that return ExceptionHandlingStrategy
 ExceptionHandlingStrategy LogPerLineExceptionHandlingStrategyFactory.makeExceptionHandlingStrategy(LogLevel logLevel, PrintStream originalPrintStream)
           
 ExceptionHandlingStrategy ExceptionHandlingStrategyFactory.makeExceptionHandlingStrategy(LogLevel logLevel, PrintStream originalPrintStream)
          This method will be called twice for each context that is sent to SLF4J, once each to return an ExceptionHandlingStrategy for the new System.out and System.err print streams.
It is called with the LogLevel of the SLF4JPrintStream and the original System output PrintStream that is being replaced, so that ExceptionHandlingStrategies can have direct access to the console if they wish.
 



Copyright © 2010. All Rights Reserved.