|
log4shib
2.0.1
|
Extend this abstract class to create your own log layout format. More...
#include <Layout.hh>

Public Member Functions | |
| 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... | |
Extend this abstract class to create your own log layout format.
|
inlinevirtual |
Destructor for Layout.
|
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 log4shib::SimpleLayout, log4shib::PatternLayout, and log4shib::BasicLayout.