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

Method Debug

log.go:348–350  ·  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

346//
347// You must call Msg on the returned event in order to send the event.
348func (l *Logger) Debug() *Event {
349 return l.newEvent(DebugLevel, nil)
350}
351
352// Info starts a new message with info level.
353//

Callers 4

WithLevelMethod · 0.95
PrintMethod · 0.95
PrintfMethod · 0.95
PrintlnMethod · 0.95

Calls 1

newEventMethod · 0.95

Tested by

no test coverage detected