Documentation ¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func DebugKVs(fields ...kv.Field)
- func Debugf(format string, args ...interface{})
- func Entry() logger.Entry
- func Error(args ...interface{})
- func ErrorKVs(fields ...kv.Field)
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func InfoKVs(fields ...kv.Field)
- func Infof(format string, args ...interface{})
- func Output(calldepth int, lvl logger.LEVEL, msg string)
- func Panic(args ...interface{})
- func PanicKVs(fields ...kv.Field)
- func Panicf(format string, args ...interface{})
- func Print(args ...interface{})
- func PrintKVs(fields ...kv.Field)
- func Printf(format string, args ...interface{})
- func Trace(args ...interface{})
- func TraceKVs(fields ...kv.Field)
- func Tracef(format string, args ...interface{})
- func Warn(args ...interface{})
- func WarnKVs(fields ...kv.Field)
- func Warnf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = logger.New( logger.WithSafeOutput(os.Stderr), logger.WithLevel(logger.ALL), logger.WithTimestamp(true), logger.WithCaller(false), )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.