Documentation
¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(f string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(f string, v ...interface{})
- func Fatalf(f string, v ...interface{})
- func Fatalln(v ...interface{})
- func Info(v ...interface{})
- func Infof(f string, v ...interface{})
- func Notice(v ...interface{})
- func Noticef(f string, v ...interface{})
- func Warn(v ...interface{})
- func Warnf(f string, v ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fatalf ¶
func Fatalf(f string, v ...interface{})
Fatalf Print Log with Error() followed by a call to os.Exit(1).
Types ¶
Click to show internal directories.
Click to hide internal directories.