package
Version:
v0.14.0
Opens a new window with list of versions in this module.
Published: Oct 10, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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
func Debug(format string, v ...interface{})
Debug logs a message with severity DEBUG.
func Error(format string, v ...interface{})
Error logs a message with severity ERROR.
func Fatal(format string, v ...interface{})
Fatal logs a message with severity ERROR followed by a call to os.Exit().
func Info(format string, v ...interface{})
Info logs a message with severity INFO.
SetLevel sets the log level. Valid levels are panic, fatal, error, warn, info and debug.
func Warning(format string, v ...interface{})
Warning logs a message with severity WARNING.
type ConfdFormatter struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.