package
Version:
v0.0.0-...-c5655c4
Opens a new window with list of versions in this module.
Published: Jan 4, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Errorf(format string, v ...interface{})
Errorf is a wrapper for printf at error level.
func Fatalf(format string, v ...interface{})
Fatalf is equivalent to Printf() followed by a call to os.Exit(1).
func Printf(format string, v ...interface{})
Printf ..
Level is the logging level.
const (
Critical Level = iota
Error
Warn
Info
Debug
)
Logger ..
WithLevel set the logging level.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.