DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself. More...
Public Member Functions | |
SimpleLayout (const helpers::Properties &properties, tstring &) | |
virtual void | formatAndAppend (tostream &output, const spi::InternalLoggingEvent &event) |
Private Member Functions | |
SimpleLayout (const SimpleLayout &) | |
SimpleLayout & | operator= (const SimpleLayout &) |
SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself.
For example,
DEBUG - Hello world
PatternLayout offers a much more powerful alternative.