|
log4cplus 2.0.8
|
This class is used to layout strings sent to an log4cplus::Appender.
More...
#include <layout.h>
Public Member Functions | |
| Layout () | |
| Layout (const helpers::Properties &properties) | |
| virtual | ~Layout ()=0 |
| virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event)=0 |
Protected Attributes | |
| LogLevelManager & | llmCache |
This class is used to layout strings sent to an log4cplus::Appender.
| log4cplus::Layout::Layout | ( | ) |
| log4cplus::Layout::Layout | ( | const helpers::Properties & | properties | ) |
|
pure virtual |
|
pure virtual |
Implemented in log4cplus::SimpleLayout, log4cplus::TTCCLayout, and log4cplus::PatternLayout.
|
protected |