#include <Layout.hh>
Inheritance diagram for log4cpp::Layout:
Public Member Functions | |
virtual | ~Layout () |
Destructor for Layout. | |
virtual std::string | format (const LoggingEvent &event)=0 |
Formats the LoggingEvent data to a string that appenders can log. |
virtual log4cpp::Layout::~Layout | ( | ) | [inline, virtual] |
Destructor for Layout.
virtual std::string log4cpp::Layout::format | ( | const LoggingEvent & | event | ) | [pure virtual] |
Formats the LoggingEvent data to a string that appenders can log.
Implement this method to create your own layout format.
event | The LoggingEvent. |
Implemented in log4cpp::BasicLayout, log4cpp::PassThroughLayout, log4cpp::PatternLayout, and log4cpp::SimpleLayout.