Protected Member Functions

cl7::logging::Logger::IListener Class Reference

#include <Logger.h>

Inheritance diagram for cl7::logging::Logger::IListener:
pl7::console::Console

List of all members.

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

Constructor & Destructor Documentation

virtual cl7::logging::Logger::IListener::~IListener ( void   )  [inline, protected, virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines