|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionHandlingStrategyFactory | |
|---|---|
| uk.org.lidalia.sysoutslf4j.context | |
| uk.org.lidalia.sysoutslf4j.context.exceptionhandlers | |
| Uses of ExceptionHandlingStrategyFactory in uk.org.lidalia.sysoutslf4j.context |
|---|
| Methods in uk.org.lidalia.sysoutslf4j.context with parameters of type ExceptionHandlingStrategyFactory | |
|---|---|
static void |
SysOutOverSLF4J.sendSystemOutAndErrToSLF4J(ExceptionHandlingStrategyFactory exceptionHandlingStrategyFactory)
If they have not previously been wrapped, wraps the System.out and System.err PrintStreams in an SLF4JPrintStreamImpl and registers
SLF4J for the current context's classloader.Can be called any number of times, and is synchronized on System.class. |
static void |
SysOutOverSLF4J.sendSystemOutAndErrToSLF4J(LogLevel outLevel,
LogLevel errLevel,
ExceptionHandlingStrategyFactory exceptionHandlingStrategyFactory)
If they have not previously been wrapped, wraps the System.out and System.err PrintStreams in an SLF4JPrintStreamImpl and registers
SLF4J for the current context's classloader.Can be called any number of times, and is synchronized on System.class. |
| Uses of ExceptionHandlingStrategyFactory in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers |
|---|
| Classes in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers that implement ExceptionHandlingStrategyFactory | |
|---|---|
class |
LogPerLineExceptionHandlingStrategyFactory
Implementation of LogPerLineExceptionHandlingStrategyFactory which returns an
ExceptionHandlingStrategy that simply logs each line of the stack trace as a separate logging event. |
| Methods in uk.org.lidalia.sysoutslf4j.context.exceptionhandlers that return ExceptionHandlingStrategyFactory | |
|---|---|
static ExceptionHandlingStrategyFactory |
LogPerLineExceptionHandlingStrategyFactory.getInstance()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||