|
OFFIS DCMTK
Version 3.6.0
|
SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself. More...
Public Member Functions | |
| SimpleLayout (const log4cplus::helpers::Properties &properties, log4cplus::tstring &) | |
| virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event) |
Public Member Functions inherited from log4cplus::Layout | |
| Layout (const log4cplus::helpers::Properties &) | |
Private Member Functions | |
| SimpleLayout (const SimpleLayout &) | |
| SimpleLayout & | operator= (const SimpleLayout &) |
Additional Inherited Members | |
Protected Member Functions inherited from log4cplus::helpers::LogLogUser | |
| LogLogUser (const LogLogUser &) | |
| LogLog & | getLogLog () const |
| LogLogUser & | operator= (const LogLogUser &rhs) |
Protected Attributes inherited from 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.