#include <ConsoleConsumer.h>
Inheritance diagram for acdk::util::logging::ConsoleConsumer:
Public Member Functions | |
ConsoleConsumer (IN(RFormatter) formatter=Nil, int minll=AllSys, int maxll=None, bool stdErr=false) | |
void | publish (IN(RLogRecord) rec) |
Process the LogRecord. | |
virtual void | configure (IN(RString) propnameprefix, IN(RProperties) props) |
Will be called by the LogManager to self-configuration this LogConsumer. | |
Protected Attributes | |
bool | _logToStdErr |
|
|
|
Will be called by the LogManager to self-configuration this LogConsumer. To access a custom configure value 'foo' just read it with the the prefix propnameprefix + foo Reimplemented from acdk::util::logging::AbstractLogConsumer. |
|
Implements acdk::util::logging::AbstractLogConsumer. |
|
|