Inherits Logger
The StderrLogger logs errors and disaster output to stderr and exits the program immediately in case of a disaster. It is used by some command-line programs.
Creates a logger named name. The object will preface its output lines with name. If verbosity is 0, info messages are suppressed. If verbosity is 0 or 1, debug messages are suppressed.
Returns the name of this object, as supplied to the constructor.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.