Documentation
¶
Index ¶
- func Critical(args ...interface{})
- func Criticalf(format string, args ...interface{})
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- 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 Init(name string)
- func Instance() *logging.Logger
- func Notice(args ...interface{})
- func Noticef(format string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Critical ¶
func Critical(args ...interface{})
Critical logs a message using CRITICAL as log level
func Criticalf ¶
func Criticalf(format string, args ...interface{})
Criticalf logs a message using CRITICAL as log level
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf logs a message using DEBUG as log level
func Errorf ¶
func Errorf(format string, args ...interface{})
Errorf logs a message using ERROR as log level
func Fatal ¶
func Fatal(args ...interface{})
Fatal is similar to Critical followed by a call to os.Exit(1)
func Fatalf ¶
func Fatalf(format string, args ...interface{})
Fatalf is similar to Criticalf followed by a call to os.Exit(1)
func Infof ¶
func Infof(format string, args ...interface{})
Infof logs a message using INFO as log level
func Noticef ¶
func Noticef(format string, args ...interface{})
Noticef logs a message using NOTICE as log level
func Panic ¶
func Panic(args ...interface{})
Panic is similar to Critical followed by a call to panic()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.