Documentation ¶
Overview ¶
Package log provides support for logging to stdout and stderr.
Log entries will be logged in the following format:
timestamp hostname tag[pid]: SEVERITY Message
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatal ¶
func Fatal(msg string)
Fatal logs a message with severity ERROR followed by a call to os.Exit().
Types ¶
type ConfdFormatter ¶
type ConfdFormatter struct { }
Click to show internal directories.
Click to hide internal directories.