#include <SimpleLayout.hh>
Inheritance diagram for log4cpp::SimpleLayout:
Public Member Functions | |
SimpleLayout () | |
virtual | ~SimpleLayout () |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent in SimpleLayout style: "priority - message". |
log4cpp::SimpleLayout::SimpleLayout | ( | ) |
log4cpp::SimpleLayout::~SimpleLayout | ( | ) | [virtual] |
std::string log4cpp::SimpleLayout::format | ( | const LoggingEvent & | event | ) | [virtual] |