OFFIS DCMTK  Version 3.6.0
Public Member Functions | Private Member Functions
log4cplus::SimpleLayout Class Reference

SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself. More...

Inheritance diagram for log4cplus::SimpleLayout:
[legend]
Collaboration diagram for log4cplus::SimpleLayout:
[legend]

List of all members.

Public Member Functions

 SimpleLayout (const log4cplus::helpers::Properties &properties, log4cplus::tstring &)
virtual void formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event)
- Public Member Functions inherited from log4cplus::Layout
 Layout (const log4cplus::helpers::Properties &)

Private Member Functions

 SimpleLayout (const SimpleLayout &)
SimpleLayoutoperator= (const SimpleLayout &)

Additional Inherited Members

- Protected Attributes inherited from log4cplus::Layout
LogLevelManagerllmCache

Detailed Description

SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself.

For example,

         DEBUG - Hello world
 

PatternLayout offers a much more powerful alternative.

Definition at line 80 of file layout.h.


The documentation for this class was generated from the following file:


Generated on Thu May 31 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.1