Versions in this module Expand all Collapse all v1 v1.0.1 Sep 19, 2023 v1.0.0 Sep 18, 2023 Changes in this version + const LevelDebug + const LevelError + const LevelFatal + const LevelInfo + const LevelPanic + const LevelTrace + const LevelWarn + func Debug(message string) + func DebugWithFields(message string, fields FieldsMap) + func Debugf(format string, args ...interface{}) + func DebugfWithFields(format string, fields FieldsMap, args ...interface{}) + func Error(message string) + func ErrorWithFields(message string, fields FieldsMap) + func Errorf(format string, args ...interface{}) + func ErrorfWithFields(format string, fields FieldsMap, args ...interface{}) + func Fatal(message string) + func FatalWithFields(message string, fields FieldsMap) + func Fatalf(format string, args ...interface{}) + func FatalfWithFields(format string, fields FieldsMap, args ...interface{}) + func Info(message string) + func InfoWithFields(message string, fields FieldsMap) + func Infof(format string, args ...interface{}) + func InfofWithFields(format string, fields FieldsMap, args ...interface{}) + func Panic(message string) + func PanicWithFields(message string, fields FieldsMap) + func Panicf(format string, args ...interface{}) + func PanicfWithFields(format string, fields FieldsMap, args ...interface{}) + func SetLevel(newLevel Level) + func SetOutput(writer io.Writer) + func Trace(message string) + func TraceWithFields(message string, fields FieldsMap) + func Tracef(format string, args ...interface{}) + func TracefWithFields(format string, fields FieldsMap, args ...interface{}) + func Warn(message string) + func WarnWithFields(message string, fields FieldsMap) + func Warnf(format string, args ...interface{}) + func WarnfWithFields(format string, fields FieldsMap, args ...interface{}) + type FieldsMap map[string]interface + type Level uint32 + func ParseLevel(level string) (Level, error)