Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Info(msg string, tags map[string]interface{})
Warn(msg string, tags map[string]interface{})
Error(msg string, err error, tags map[string]interface{})
Debug(msg string, tags map[string]interface{})
Trace(msg string, tags map[string]interface{})
SetGlobalValue(key string, value any)
Instance() zerolog.Logger
}
Click to show internal directories.
Click to hide internal directories.