package
0.0.0-20221218020805-7893cc3cdef2
Repository: https://github.com/zalgonoise/logx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Multi will take any number of Handlers and return a multiHandler that batches the method calls similarly across all Handlers The resulting multiHandler is immutable.
No description provided by the author

# Interfaces

Handler describes a logging backend, capable of writing a Record to an io.Writer (with its Handle() method).