log4shib  1.0.9
Public Member Functions | List of all members
log4shib::SimpleLayout Class Reference

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

#include <SimpleLayout.hh>

Inheritance diagram for log4shib::SimpleLayout:
log4shib::Layout

Public Member Functions

 SimpleLayout ()
 
virtual ~SimpleLayout ()
 
virtual std::string format (const LoggingEvent &event)
 Formats the LoggingEvent in SimpleLayout style:
"priority - message". More...
 
- Public Member Functions inherited from log4shib::Layout
virtual ~Layout ()
 Destructor for Layout. More...
 

Detailed Description

BasicLayout is a simple fixed format Layout implementation.

Constructor & Destructor Documentation

§ SimpleLayout()

log4shib::SimpleLayout::SimpleLayout ( )

§ ~SimpleLayout()

log4shib::SimpleLayout::~SimpleLayout ( )
virtual

Member Function Documentation

§ format()

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: