Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { Info func(msg string, keysAndValues ...any) Error func(err error, msg string, keysAndValues ...any) // contains filtered or unexported fields }
func NewLogger ¶
NewLogger builds and returns its own log struct which contains an implementation of {zap.SugaredLogger} library
func (Logger) WithValues ¶
WithValues returns a new Logger instance with additional key/value pairs
Click to show internal directories.
Click to hide internal directories.