23 #ifndef _LOG4CPLUS_LAYOUT_HEADER_ 24 #define _LOG4CPLUS_LAYOUT_HEADER_ 26 #include "dcmtk/oflog/config.h" 42 class PatternConverter;
57 virtual void formatAndAppend(log4cplus::tostream& output,
85 virtual void formatAndAppend(log4cplus::tostream& output,
139 virtual void formatAndAppend(log4cplus::tostream& output,
521 virtual void formatAndAppend(log4cplus::tostream& output,
542 #endif // _LOG4CPLUS_LAYOUT_HEADER_
The internal representation of logging events.
This class is used to layout strings sent to an log4cplus::Appender.
A flexible layout configurable with pattern string.
This class used to simplify the use of the LogLog class.
SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log messag...
LOG4CPLUS_EXPORT LogLevelManager & getLogLevelManager()
Returns the singleton LogLevelManager.
TTCC layout format consists of time, thread, Logger and nested diagnostic context information...
This class is used to "manage" LogLevel definitions.
This header defines the LogLevel type.
a simple class which makes sure a pointer is deleted once it goes out of scope.
a simple string class that implements a subset of std::string.