//
pkg.gl
Category
github.com/zalgonoise/logx
handlers
package
0.0.0-20221218020805-7893cc3cdef2
Repository:
https://github.com/zalgonoise/logx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
137 SLOC
#
Packages
jsonh
No description provided by the author
texth
No description provided by the author
#
Functions
Multi
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.
Unimpl
No description provided by the author
#
Interfaces
Handler
Handler describes a logging backend, capable of writing a Record to an io.Writer (with its Handle() method).