package
0.0.0-20240707112111-9cf347bf49e2
Repository: https://github.com/facebookincubator/go-belt.git
Documentation: pkg.go.dev
# Functions
New returns an instance of errmon.ErrorMonitor which prints all the events through a given Logger.
NewEmitter returns a new instance of Emitter.
# Variables
Default is an overridable function which returns an ErrorMonitor with the default configuration.
# Structs
Emitter is an implementation of errmon.Emitter which just prints the events through a given Logger.
# Interfaces
Option is an abstract option, which defines the behavior of an ErrorMonitor.
# Type aliases
OptionCallerFrameFilter defines how to find the caller frame.