Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func InitLogger(level logging.Level)
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf calls logger in debug level with format
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf calls logger in eror level with format
func Infof ¶
func Infof(format string, args ...interface{})
Infof calls logger in info level with format
func InitLogger ¶
InitLogger initializes logger for backend with the specified level
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.