Inheritance diagram for log4cplus::SimpleLayout:
Public Member Functions | |
SimpleLayout () | |
SimpleLayout (const log4cplus::helpers::Properties &properties, log4cplus::tstring &) | |
virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event) |
Private Member Functions | |
SimpleLayout (const SimpleLayout &) | |
SimpleLayout & | operator= (const SimpleLayout &) |
For example,
DEBUG - Hello world
PatternLayout offers a much more powerful alternative.
Definition at line 80 of file layout.h.