Documentation
¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func DebugKV(key string, value any)
- func DebugKVs(fields ...kv.Field)
- func Debugf(format string, args ...interface{})
- func Entry() logger.Entry
- func Error(args ...interface{})
- func ErrorKV(key string, value any)
- func ErrorKVs(fields ...kv.Field)
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func InfoKV(key string, value any)
- func InfoKVs(fields ...kv.Field)
- func Infof(format string, args ...interface{})
- func Panic(args ...interface{})
- func PanicKV(key string, value any)
- func PanicKVs(fields ...kv.Field)
- func Panicf(format string, args ...interface{})
- func Print(args ...interface{})
- func PrintKV(key string, value any)
- func PrintKVs(fields ...kv.Field)
- func Printf(format string, args ...interface{})
- func Trace(args ...interface{})
- func TraceKV(key string, value any)
- func TraceKVs(fields ...kv.Field)
- func Tracef(format string, args ...interface{})
- func Warn(args ...interface{})
- func WarnKV(key string, value any)
- 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.