decaf::util::logging::SimpleFormatter Class Reference

Print a brief summary of the LogRecord in a human readable format. More...

#include <src/main/decaf/util/logging/SimpleFormatter.h>

Inheritance diagram for decaf::util::logging::SimpleFormatter:
Inheritance graph
[legend]

Public Member Functions

 SimpleFormatter ()
virtual ~SimpleFormatter ()
virtual std::string format (const LogRecord &record) const
 Format the given log record and return the formatted string.

Detailed Description

Print a brief summary of the LogRecord in a human readable format.

The summary will typically be 1 or 2 lines.

Since:
1.0

Constructor & Destructor Documentation

decaf::util::logging::SimpleFormatter::SimpleFormatter (  ) 
virtual decaf::util::logging::SimpleFormatter::~SimpleFormatter (  )  [virtual]

Member Function Documentation

virtual std::string decaf::util::logging::SimpleFormatter::format ( const LogRecord record  )  const [virtual]

Format the given log record and return the formatted string.

Parameters:
record The Log Record to Format.

Implements decaf::util::logging::Formatter.


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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1