Documentation
¶
Index ¶
- Variables
- func Fatal(format string, args ...interface{})
- func GetOutput() io.Writer
- func Panic(v interface{})
- func Panicf(format string, args ...interface{})
- func ParseLevel(lvl string) (sublog.Level, error)
- func SetLevel(lv Level)
- func SetOutput(out io.Writer)
- func TraceError(format string, args ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DEBUG Level = Level(sublog.DebugLevel) INFO Level = Level(sublog.InfoLevel) WARN Level = Level(sublog.WarnLevel) ERROR Level = Level(sublog.ErrorLevel) PANIC Level = Level(sublog.PanicLevel) FATAL Level = Level(sublog.FatalLevel) Debug = sublog.Debugf Info = sublog.Infof Warn = sublog.Warnf Error = sublog.Errorf )
Functions ¶
func TraceError ¶
func TraceError(format string, args ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.