Documentation ¶
Overview ¶
Package log provides the logger functionalities.
Index ¶
- func Debug(v ...interface{})
- func DebugFlags(s string)
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{}) error
- func Errorf(format string, v ...interface{}) error
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func Output(calldepth int, s string) error
- func Panic(v ...interface{})
- func Panicf(format string, v ...interface{})
- func Print(v ...interface{})
- func Printf(format string, v ...interface{})
- func SetColors(cfg string)
- func SetDebug()
- func SetInfo()
- func SetMode(lvl string)
- func SetOutput(out io.Writer)
- func SetPrefix(name string)
- func SetQuiet()
- func SetVerbose()
- func Warn(v ...interface{})
- func Warnf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugFlags ¶
func DebugFlags(s string)
func SetVerbose ¶
func SetVerbose()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.