#include <Layout.hh>
Inheritance diagram for log4cpp::Layout:
Public Methods | |
virtual | ~Layout () |
Destructor for Layout. More... | |
virtual std::string | format (const LoggingEvent &event)=0 |
Formats the LoggingEvent data to a string that appenders can log. More... |
|
Destructor for Layout.
|
|
Formats the LoggingEvent data to a string that appenders can log. Implement this method to create your own layout format.
Implemented in log4cpp::BasicLayout. |