#include <layout.h>
Inheritance diagram for log4cplus::SimpleLayout:
Public Member Functions | |
SimpleLayout () | |
SimpleLayout (const log4cplus::helpers::Properties &properties) | |
virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event) |
For example,
DEBUG - Hello worldPatternLayout offers a much more powerful alternative.
Definition at line 75 of file layout.h.
Constructor & Destructor Documentation
|
|
|
|
|
Implements log4cplus::Layout. |