log4cplus
2.1.0
|
This class is used to layout strings sent to an {}. 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 |
log4cplus::Layout::Layout | ( | ) |
log4cplus::Layout::Layout | ( | const helpers::Properties & | properties | ) |
|
pure virtual |
|
pure virtual |
Implemented in log4cplus::PatternLayout, log4cplus::TTCCLayout, and log4cplus::SimpleLayout.
|
protected |