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

Function Log

log/log.go:111–113  ·  log/log.go::Log

Log starts a new message with no level. Setting zerolog.GlobalLevel to zerolog.Disabled will still disable events produced by this method. You must call Msg on the returned event in order to send the event.

()

Source from the content-addressed store, hash-verified

109//
110// You must call Msg on the returned event in order to send the event.
111func Log() *zerolog.Event {
112 return Logger.Log()
113}
114
115// Print sends a log event using debug level and no extra field.
116// Arguments are handled in the manner of fmt.Print.

Callers 1

ExampleLogFunction · 0.92

Calls 1

LogMethod · 0.65

Tested by 1

ExampleLogFunction · 0.74