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

Function Debug

log/log.go:59–61  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

57//
58// You must call Msg on the returned event in order to send the event.
59func Debug() *zerolog.Event {
60 return Logger.Debug()
61}
62
63// Info starts a new message with info level.
64//

Callers 2

ExampleDebugFunction · 0.92
ExampleFunction · 0.92

Calls 1

DebugMethod · 0.65

Tested by 2

ExampleDebugFunction · 0.74
ExampleFunction · 0.74