#include <SimpleLayout.hh>
Public Member Functions | |
virtual std::string | format (const LoggingEvent &event) |
SimpleLayout () | |
virtual | ~SimpleLayout () |
Public Member Functions inherited from log4cpp::Layout | |
virtual | ~Layout () |
BasicLayout is a simple fixed format Layout implementation.
Definition at line 21 of file SimpleLayout.hh.
log4cpp::SimpleLayout::SimpleLayout | ( | ) |
Definition at line 23 of file SimpleLayout.cpp.
|
virtual |
Definition at line 26 of file SimpleLayout.cpp.
|
virtual |
Formats the LoggingEvent in SimpleLayout style:
"priority - message"
Implements log4cpp::Layout.
Definition at line 29 of file SimpleLayout.cpp.