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

Struct wcOutput

framework/log/writer.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type wcOutput struct {
30 timestamps bool
31 wc io.WriteCloser
32}
33
34func (w wcOutput) Write(stamp time.Time, debug bool, msg string) {
35 builder := strings.Builder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected