Documentation ¶
Overview ¶
Package logger creates a logger instance
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is a wrapper around `zap.Logger` that adds a few methods. @property - `Logger` is the name of the struct.
type LoggerOptions ¶
type Option ¶
type Option func(*LoggerOptions)
Option is the func interface to assign options
func WithLoggerLevel ¶
WithLoggerLevel sets the logger level
Click to show internal directories.
Click to hide internal directories.