public class LogSinkLoggerFactory extends Object implements org.slf4j.ILoggerFactory
ILoggerFactory
implementation that wraps a LogSink
.Constructor and Description |
---|
LogSinkLoggerFactory()
Build a new LogSinkLoggerFactory using a default ConsoleLogSink.
|
public LogSinkLoggerFactory()
public void setLogSink(LogSink logSink)
LogSink
to use. This method is called through reflection avoid any cycling dependency between
this module and the core one.logSink
- where the log statements will be sendCopyright 2011-2015 ForgeRock AS.