#include <layout.h>
Inheritance diagram for log4cplus::Layout:
Public Member Functions | |
Layout () | |
Layout (const log4cplus::helpers::Properties &) | |
virtual | ~Layout () |
virtual void | formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event)=0 |
Protected Attributes | |
LogLevelManager & | llmCache |
Definition at line 43 of file layout.h.
|
Definition at line 45 of file layout.h. References log4cplus::getLogLevelManager(). |
|
Definition at line 46 of file layout.h. References log4cplus::getLogLevelManager(). |
|
|
|
Implemented in log4cplus::SimpleLayout, log4cplus::TTCCLayout, and log4cplus::PatternLayout. |
|
|