log4shib  1.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
log4shib::SimpleLayout Class Reference

BasicLayout is a simple fixed format Layout implementation. More...

#include <SimpleLayout.hh>

Inheritance diagram for log4shib::SimpleLayout:
Inheritance graph
[legend]
Collaboration diagram for log4shib::SimpleLayout:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SimpleLayout ()
virtual ~SimpleLayout ()
virtual std::string format (const LoggingEvent &event)
 Formats the LoggingEvent in SimpleLayout style:
"priority - message".

Detailed Description

BasicLayout is a simple fixed format Layout implementation.


Constructor & Destructor Documentation


Member Function Documentation

std::string log4shib::SimpleLayout::format ( const LoggingEvent event) [virtual]

Formats the LoggingEvent in SimpleLayout style:
"priority - message".

Implements log4shib::Layout.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines