#include <Logger.h>
Public Member Functions | |
| Logger (void) | |
| virtual | ~Logger (void) |
| void | BeginList () |
| void | EndList () |
| void | BeginCode () |
| void | EndCode () |
A (HTML) logger.
| pl7::console::Logger::Logger | ( | void | ) |
Default constructor.
Reimplemented from xl7::logging::Logger.
| pl7::console::Logger::~Logger | ( | void | ) | [virtual] |
Destructor.
Reimplemented from xl7::logging::Logger.
| void pl7::console::Logger::BeginCode | ( | ) |
Starts a list of log entries with a monospace font (for code).
| void pl7::console::Logger::BeginList | ( | ) |
Starts a list of log entries.
| void pl7::console::Logger::EndCode | ( | ) |
Finishes off a list of log entries with a monospace font (for code).
| void pl7::console::Logger::EndList | ( | ) |
Finishes off a list of log entries.
1.7.1