Documentation
¶
Index ¶
- func Bold(str string) string
- func Debug(vals ...interface{})
- func Debugf(format string, vals ...interface{})
- func Error(vals ...interface{})
- func Errorf(format string, vals ...interface{})
- func Fatal(vals ...interface{})
- func Fatalf(format string, vals ...interface{})
- func Info(vals ...interface{})
- func Infof(format string, vals ...interface{})
- func Init(l Logger)
- func Warn(vals ...interface{})
- func Warnf(format string, vals ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Info(vals ...interface{}) Infof(format string, vals ...interface{}) Debug(vals ...interface{}) Debugf(format string, vals ...interface{}) Warn(vals ...interface{}) Warnf(format string, vals ...interface{}) Error(vals ...interface{}) Errorf(format string, vals ...interface{}) Fatal(vals ...interface{}) Fatalf(format string, vals ...interface{}) }
func DefaultGlg ¶
func DefaultGlg() Logger
Click to show internal directories.
Click to hide internal directories.