#include <SimpleFormatter.h>
Inheritance diagram for acdk::util::logging::SimpleFormatter:
Public Member Functions | |
SimpleFormatter () | |
RString | format (IN(RLogRecord) rec) |
convert the LogRecord into a readable string | |
void | format (IN(RLogRecord) rec, IN(RCharWriter) out) |
virtual void | configure (IN(RString) propnameprefix, IN(::acdk::util::RProperties) props) |
configure with given properties using the prefix for key names To access a custom configure value 'foo' just read it with the the prefix propnameprefix + foo |
|
|
|
configure with given properties using the prefix for key names To access a custom configure value 'foo' just read it with the the prefix propnameprefix + foo
Implements acdk::util::logging::Formatter. |
|
|
|
convert the LogRecord into a readable string
Reimplemented from acdk::util::logging::Formatter. |