MCPcopy
hub / github.com/rs/zerolog / Trace

Method Trace

syslog_test.go:25–28  ·  view source on GitHub ↗
(m string)

Source from the content-addressed store, hash-verified

23 return len(p), nil
24}
25func (w *syslogTestWriter) Trace(m string) error {
26 w.events = append(w.events, syslogEvent{"Trace", m})
27 return nil
28}
29func (w *syslogTestWriter) Debug(m string) error {
30 w.events = append(w.events, syslogEvent{"Debug", m})
31 return nil

Callers 1

TestSyslogWriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected