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

Method Info

log.go:355–357  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

353//
354// You must call Msg on the returned event in order to send the event.
355func (l *Logger) Info() *Event {
356 return l.newEvent(InfoLevel, nil)
357}
358
359// Warn starts a new message with warn level.
360//

Callers 3

ErrMethod · 0.95
WithLevelMethod · 0.95

Calls 1

newEventMethod · 0.95

Tested by 1