Documentation
¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func Error(args ...interface{})
- func Fatal(args ...interface{})
- func Info(args ...interface{})
- func Init() *_logger.Logger
- func Panic(args ...interface{})
- func Print(args ...interface{})
- func Trace(args ...interface{})
- func Warn(args ...interface{})
- func Warning(args ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
View Source
var L _logger.Logger
Functions ¶
func Debug ¶
func Debug(args ...interface{})
Debug logs a message at level Debug on the standard logger.
func Error ¶
func Error(args ...interface{})
Error logs a message at level Error on the standard logger.
func Fatal ¶ added in v1.0.4
func Fatal(args ...interface{})
Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
func Info ¶
func Info(args ...interface{})
Info logs a message at level Info on the standard logger.
func Panic ¶ added in v1.0.4
func Panic(args ...interface{})
Panic logs a message at level Panic on the standard logger.
func Print ¶ added in v1.0.4
func Print(args ...interface{})
Print logs a message at level Info on the standard logger.
func Trace ¶ added in v1.0.4
func Trace(args ...interface{})
Trace logs a message at level Trace on the standard logger.
Types ¶
Click to show internal directories.
Click to hide internal directories.