package
Version:
v0.0.0-...-c96c82d
Opens a new window with list of versions in this module.
Published: Aug 26, 2016
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func Fatal(a ...interface{})
Fatal is equivalent to Println, followed by os.Exit(1)
func Fatalf(format string, a ...interface{})
Fatalf is equivalent to Printf, followed by os.Exit(1)
Overwrite CLI setting and log to stdout
func Printf(format string, a ...interface{})
Printf logs to syslog, and optionally stdout, with behaviour like fmt.Printf
func Println(a ...interface{})
Println logs to syslog, and optionally stdout, with behaviour like fmt.Println
Source Files
¶
Click to show internal directories.
Click to hide internal directories.