MCPcopy Index your code
hub / github.com/One-com/gone / Handler

Interface Handler

log/handler.go:20–22  ·  view source on GitHub ↗

Handler is the interface needed to be a part of the Handler chain. Events are sent from a logger down a chain of Handlers. The final Handler (which doesn't call other handlers) is called a Formatter. Formatters turn the event into something else (like a log-line) and are also Handlers. Formatters i

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

serverLogFuncFunction · 0.65
alertMethod · 0.65
critMethod · 0.65
errorMethod · 0.65
warnMethod · 0.65
noticeMethod · 0.65
infoMethod · 0.65
debugMethod · 0.65

Implementers 5

swapperlog/swapper_15.go
Loggerlog/gonelog.go
stdformatterlog/format.go
jsonformatterlog/json.go
MultiServerdaemon/srv/server.go

Calls

no outgoing calls

Tested by

no test coverage detected