|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Holds the state for a logger.
|
|
|
|
Prepares a log message with the time prepended.
|
|
|
|
|
|
Creates a new logger, logging to the given file. If the file argument is
"-", then log to stdout; if it's "stderr" then we log to stderr,
otherwise we log to a regular file in append mode. The file is closed and
re-opened every 15 minutes to facilitate external log rotation.
|
|
|
Sends out a log message verbatim with a newline appended. Note:
if you want a fancy log message you'll have to format it yourself
(or use combinedLogEntry).
|
|
|
Kills a logger thread, causing any unwritten contents to be
flushed out to disk
|
|
Produced by Haddock version 2.6.1 |