|
log4cplus
2.0.0
|
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 | ( | const helpers::Properties & | properties | ) |
| virtual log4cplus::Layout::~Layout | ( | ) | [pure virtual] |
| virtual void log4cplus::Layout::formatAndAppend | ( | log4cplus::tostream & | output, |
| const log4cplus::spi::InternalLoggingEvent & | event | ||
| ) | [pure virtual] |
Implemented in log4cplus::PatternLayout, log4cplus::TTCCLayout, and log4cplus::SimpleLayout.
LogLevelManager& log4cplus::Layout::llmCache [protected] |
1.7.6.1