Documentation ¶ Rendered for linux/amd64 darwin/amd64 js/wasm Index ¶ func WithLevel(level logger.Level) monolog.HandlerOpt func WithNetwork(network string) monolog.HandlerOpt func WithRaddr(raddr string) monolog.HandlerOpt type Handler func NewHandler(ident string, opts ...monolog.HandlerOpt) *Handler func (h *Handler) Handle(record *monolog.Record) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithLevel ¶ func WithLevel(level logger.Level) monolog.HandlerOpt func WithNetwork ¶ func WithNetwork(network string) monolog.HandlerOpt func WithRaddr ¶ func WithRaddr(raddr string) monolog.HandlerOpt Types ¶ type Handler ¶ type Handler struct { *monolog.Handlerable // contains filtered or unexported fields } func NewHandler ¶ func NewHandler(ident string, 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.