package
Version:
v0.0.0-...-c888d9e
Opens a new window with list of versions in this module.
Published: Sep 24, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 15
Opens a new window with list of known importers.
Documentation
¶
Output of logging functions
func Debug(msg ...interface{})
Debug level > 1 logging with "[DEBUG]" prefix
func Debugf(format string, msg ...interface{})
Debugf level > 1 format logging with "[DEBUG]" prefix
func Info(msg ...interface{})
Info level > 0 logging with "[INFO]" prefix
func Infof(format string, msg ...interface{})
Infof level > 0 format logging with "[INFO]" prefix
Init the log output and logging level
func Warning(msg ...interface{})
Warning any level logging with "[WARN]" prefix
func Warningf(format string, msg ...interface{})
Warningf any level format logging with "[WARN]" prefix
Source Files
¶
Click to show internal directories.
Click to hide internal directories.