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

Function Info

log/log.go:66–68  ·  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

64//
65// You must call Msg on the returned event in order to send the event.
66func Info() *zerolog.Event {
67 return Logger.Info()
68}
69
70// Warn starts a new message with warn level.
71//

Callers 3

ExampleInfoFunction · 0.92
ExampleFunction · 0.92
ExampleOutputFunction · 0.92

Calls 1

InfoMethod · 0.65

Tested by 3

ExampleInfoFunction · 0.74
ExampleFunction · 0.74
ExampleOutputFunction · 0.74