Documentation ¶ Index ¶ func WithFormatter(formatter monolog.Formatter) monolog.HandlerOpt func WithLevel(level logger.Level) monolog.HandlerOpt type Handler func NewHandler(writer io.Writer, opts ...monolog.HandlerOpt) *Handler func (h *Handler) Handle(record *monolog.Record) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithFormatter ¶ func WithFormatter(formatter monolog.Formatter) monolog.HandlerOpt func WithLevel ¶ func WithLevel(level logger.Level) monolog.HandlerOpt Types ¶ type Handler ¶ type Handler struct { *monolog.Handlerable // contains filtered or unexported fields } func NewHandler ¶ func NewHandler(writer io.Writer, opts ...monolog.HandlerOpt) *Handler func (*Handler) Handle ¶ func (h *Handler) Handle(record *monolog.Record) bool Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.