|
DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself. More...
Inheritance diagram for dcmtk::log4cplus::SimpleLayout:
Collaboration diagram for dcmtk::log4cplus::SimpleLayout:Public Member Functions | |
| SimpleLayout (const log4cplus::helpers::Properties &properties) | |
| virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event) |
Public Member Functions inherited from dcmtk::log4cplus::Layout | |
| Layout (const helpers::Properties &properties) | |
Private Member Functions | |
| SimpleLayout (const SimpleLayout &) | |
| SimpleLayout & | operator= (const SimpleLayout &) |
Additional Inherited Members | |
Protected Attributes inherited from dcmtk::log4cplus::Layout | |
| LogLevelManager & | llmCache |
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.