MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / Printf

Method Printf

api/pkg/telemetry/zerolog_logger.go:43–45  ·  view source on GitHub ↗
(s string, i ...interface{})

Source from the content-addressed store, hash-verified

41}
42
43func (logger *zerologLogger) Printf(s string, i ...interface{}) {
44 logger.decorateEvent(logger.zerolog.Info()).Msg(fmt.Sprintf(s, i...))
45}
46
47// WithString creates a new structured zerolog logger instance with a key value pair
48func (logger *zerologLogger) WithString(key string, value string) Logger {

Callers

nothing calls this directly

Calls 2

decorateEventMethod · 0.95
InfoMethod · 0.65

Tested by

no test coverage detected