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

Function Trace

log/log.go:52–54  ·  view source on GitHub ↗

Trace starts a new message with trace level. You must call Msg on the returned event in order to send the event.

()

Source from the content-addressed store, hash-verified

50//
51// You must call Msg on the returned event in order to send the event.
52func Trace() *zerolog.Event {
53 return Logger.Trace()
54}
55
56// Debug starts a new message with debug level.
57//

Callers 1

ExampleTraceFunction · 0.92

Calls 1

TraceMethod · 0.45

Tested by 1

ExampleTraceFunction · 0.74