Inherits Garbage
The Log class sends log messages to the Log server.
A Log object accepts messages via log() and sends them to the log server.
Constructs an empty Log object with facility f.
Returns true if at least one disaster has been logged (on any Log object), and false if none have been.
The disaster need not be committed - disastersYet() returns true as soon as log() has been called for a disastrous error.
This static function returns a string describing f.
Returns the identity of this log; this is a string which can be used to locate log data in the logfile.
Logs m using severity s. What happens to the message depends on the type of Logger used, and the log server configuration.
Changes this Log's facility to f.
This static function returns a string describing s.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.