GPL_Logger

GPL_Logger

gpl

1998 12-05


CLASS

GPL_Logger - C++ logging mechanism


SYNOPSIS

The logger maintains a set of valid log types denoted by strings. The log types are associated with a number of delivery mechanisms (see GPL_Delivery). When the Log() method is used to 'log' a message the message is routed to the delivery mechanisms associated with the specified type. If the specified type is not valid (it is not in the registered set) the message is sent to a default delivery mechanism.


Delivery mechanisms are themselves named by strings and are looked up by their names when the Log() method is used. This lookup can be avoided by using DirectLog().


CONSTRUCTOR


MEMBER FUNCTIONS


MACROS