#include <Formatter.h>
Inheritance diagram for acdk::util::logging::Formatter:
You have to implement at least one of the format(...) methods.
Public Member Functions | |
virtual RString | format (IN(RLogRecord) rec) |
convert the LogRecord into a readable string | |
virtual void | format (IN(RLogRecord) rec, IN(::acdk::io::RCharWriter) out) |
writes the LogRecord to the writer | |
virtual RString | getHeader () |
virtual RString | getFooter () |
virtual void | configure (IN(RString) propnameprefix, IN(::acdk::util::RProperties) props)=0 |
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
Implemented in acdk::util::logging::SimpleFormatter, and acdk::util::logging::StdFormatter. |
|
writes the LogRecord to the writer
|
|
convert the LogRecord into a readable string
Reimplemented in acdk::util::logging::SimpleFormatter, and acdk::util::logging::StdFormatter. |
|
|
|
|