Documentation
¶
Index ¶
- func Debug(format string, args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func InitLogger(name string, debug bool)
- func Logger() *logging.Logger
- func Notice(format string, args ...interface{})
- func Noticef(format string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Temp(format string, args ...interface{})
- func Warn(format string, args ...interface{})
- func Warnf(format string, args ...interface{})
- func Warning(format string, args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLogger ¶
InitLogger initialize logging instance It MUST be called and can only be called 1 time
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.