Documentation
¶
Index ¶
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
- type ErrorLog
- type FatalLog
- type InfoLog
- type Level
- type Log
- type WarningLog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorLog ¶
type ErrorLog interface { Error(args ...interface{}) Errorf(format string, args ...interface{}) }
type FatalLog ¶
type FatalLog interface { Fatal(args ...interface{}) Fatalf(format string, args ...interface{}) }
type InfoLog ¶
type InfoLog interface { Info(args ...interface{}) Infof(format string, args ...interface{}) }
type WarningLog ¶
type WarningLog interface { Warning(args ...interface{}) Warningf(format string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.