Public Member Functions | |
StdOutConsoleHandler (LogConfig logConfig, String loggerName) | |
void | configureLogging (LogConfig newLogConfig) |
void | publish (LogRecord record) |
void | close () |
Private Attributes | |
LogConfig | logConfig |
String | loggerName |
ConsoleHandler
, but using System.out
instead of System.err
.
Note that we can't inherit from ConsoleHandler
and reset the output stream using setOutputStream(System.out)
, because this would yield a call to System.err.close()
.
|
|
|
Override |
|
|
|
Publish a
The logging request was made initially to a
|
|
|
|
|