Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(msg string, metadata map[string]interface{}) Info(msg string, metadata map[string]interface{}) Warn(msg string, metadata map[string]interface{}) Error(msg string, metadata map[string]interface{}) WithOptions(...options.LoggerOption) Logger }
func NewDefault ¶
Click to show internal directories.
Click to hide internal directories.