Print a brief summary of the LogRecord in a human readable format. More...
#include <src/main/decaf/util/logging/SimpleFormatter.h>

Public Member Functions | |
| SimpleFormatter () | |
| virtual | ~SimpleFormatter () |
| virtual std::string | format (const LogRecord &record) const |
| Format the given log record and return the formatted string. | |
Print a brief summary of the LogRecord in a human readable format.
The summary will typically be 1 or 2 lines.
| decaf::util::logging::SimpleFormatter::SimpleFormatter | ( | ) |
| virtual decaf::util::logging::SimpleFormatter::~SimpleFormatter | ( | ) | [virtual] |
| virtual std::string decaf::util::logging::SimpleFormatter::format | ( | const LogRecord & | record | ) | const [virtual] |
Format the given log record and return the formatted string.
| record | The Log Record to Format. |
Implements decaf::util::logging::Formatter.
1.6.1