Versions in this module Expand all Collapse all v1 v1.0.0 Oct 24, 2024 Changes in this version + const CapitalColorLevelEncoder + const CapitalLevelEncoder + const DebugLevel + const ErrorLevel + const FatalLevel + const InfoLevel + const LowercaseColorLevelEncoder + const LowercaseLevelEncoder + const PanicLevel + const WarnLevel + func Debug(msg string) + func Error(msg string) + func Fatal(msg string) + func Info(msg string) + func Panic(msg string) + func ReplaceDefault(l *Logger) + func Sync() error + func Warn(msg string) + type Logger struct + func Build(ls *wlcore.LogSummary) *Logger + func Default() *Logger + func (l *Logger) Debug(msg string, loptions *wlcore.Loptions) + func (l *Logger) Error(msg string, loptions *wlcore.Loptions) + func (l *Logger) Fatal(msg string, loptions *wlcore.Loptions) + func (l *Logger) Info(msg string, loptions *wlcore.Loptions) + func (l *Logger) Panic(msg string, loptions *wlcore.Loptions) + func (l *Logger) SetLevel(level zapcore.Level) + func (l *Logger) Sync() error + func (l *Logger) Warn(msg string, loptions *wlcore.Loptions)