# Functions
No description provided by the author
Close calls `Close()` on the given Closer, and logs any error.
Closef acts like Close, with a given format string and values, followed by a colon, the error message, and a newline.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
event log entries (TM event.log, TR access.log, etc).
EventfRaw writes to the event log with no prefix.
EventRaw writes to the event log with no prefix, and no newline.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Init initailizes the logs with the given io.WriteClosers.
No description provided by the author
No description provided by the author
LLog returns an llog.Log, for passing to libraries using llog.
Logf should generally be avoided, use the built-in Init or InitCfg and Errorf, Warnln, etc functions instead.
Logln should generally be avoided, use the built-in Init or InitCfg and Errorf, Warnln, etc functions instead.
No description provided by the author
StandardLogger returns a new Logger which will write the appropriate prefix for standard log Printf calls.
No description provided by the author
No description provided by the author
Write calls `Write()` on the given Writer, and logs any error.
Writef acts like Write, with a given format string and values, followed by a colon, the error message, and a newline.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogLocationFile specify where health client logs should go.
LogLocationNull indicates the null IO stream (/dev/null).
LogLocationStderr indicates the stderr IO stream.
LogLocationStdout indicates the stdout IO stream.
StaticFileDir is the directory that contains static html and js files.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
LogLocation is a location to log to.