package
Version:
v0.17.3
Opens a new window with list of versions in this module.
Published: Nov 21, 2019
License: MIT
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 Debug(args ...interface{})
Debug logs a message at level Debug to stdout.
func Error(args ...interface{})
Error logs a message at level Error to stderr.
func Fatal(args ...interface{})
Fatal logs a message at level Fatal to stderr then the process will exit with status set to 1.
func Info(args ...interface{})
Info logs a message at level Info to stdout.
func Panic(args ...interface{})
Panic logs a message at level Panic to stderr; calls panic() after logging.
SetLevelDebug sets the standard logger level to Debug
SetLevelInfo sets the standard logger level to Info
func Trace(args ...interface{})
Trace logs a message at level Trace to stdout.
func Warn(args ...interface{})
Warn logs a message at level Warn to stdout.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.