MCPcopy Index your code
hub / github.com/foxcpp/maddy / funcOut

Struct funcOut

framework/log/output.go:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type funcOut struct {
54 out func(time.Time, bool, string)
55 close func() error
56}
57
58func (f funcOut) Write(stamp time.Time, debug bool, msg string) {
59 f.out(stamp, debug, msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected