#include <SimpleFormatter.h>
Inheritance diagram for activemq::logger::SimpleFormatter:
Public Member Functions | |
SimpleFormatter (void) | |
virtual | ~SimpleFormatter (void) |
virtual std::string | format (const LogRecord &record) const |
virtual std::string | formatMessage (const LogRecord &record) const |
virtual std::string | getHead (const Handler *handler) |
virtual std::string | getTail (const Handler *handler) |
|
|
|
|
|
Format the given log record and return the formatted string.
Implements activemq::logger::Formatter. |
|
Format the message string from a log record.
Implements activemq::logger::Formatter. |
|
Return the header string for a set of formatted records. In the default implementation this method should return empty string
Implements activemq::logger::Formatter. |
|
Return the tail string for a set of formatted records. In the default implementation this method should return empty string
Implements activemq::logger::Formatter. |