#include <Logger.h>
Protected Member Functions | |
| virtual | ~IListener (void) |
| virtual void | OnLog (Logger *logger, const cl7::string_type &message, const LogEntry::Type type, const cl7::char_type *const file_name, const unsigned line_number)=0 |
| virtual cl7::logging::Logger::IListener::~IListener | ( | void | ) | [inline, protected, virtual] |
| virtual void cl7::logging::Logger::IListener::OnLog | ( | Logger * | logger, | |
| const cl7::string_type & | message, | |||
| const LogEntry::Type | type, | |||
| const cl7::char_type *const | file_name, | |||
| const unsigned | line_number | |||
| ) | [protected, pure virtual] |
Callback function which is called after the creation of a new log entry.
Implemented in pl7::console::Console.
1.7.1