#include <ConsoleHandler.h>
Public Member Functions | |
ConsoleHandler (void) | |
virtual | ~ConsoleHandler (void) |
virtual void | close (void) throw ( cms::CMSException ) |
Private Attributes | |
io::StandardErrorOutputStream | stream |
SimpleFormatter | formatter |
Configuration: By default each ConsoleHandler is initialized using the following LogManager configuration properties. If properties are not defined (or have invalid values) then the specified default values are used.
ConsoleHandler.level specifies the default level for the Handler (defaults to Level.INFO). ConsoleHandler.filter specifies the name of a Filter class to use (defaults to no Filter). ConsoleHandler.formatter specifies the name of a Formatter class to use (defaults to SimpleFormatter).
|
|
|
|
|
Close the current output stream. Override the StreamHandler close to flush the Std Err stream but doesn't close.
|
|
|
|
|