MCPcopy Create free account
hub / github.com/ankorstore/yokai / Infof

Method Infof

httpserver/logger.go:103–105  ·  view source on GitHub ↗

Infof produces a formatted log with info level.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

101
102// Infof produces a formatted log with info level.
103func (e *EchoLogger) Infof(format string, args ...interface{}) {
104 e.logger.Info().Msgf(format, args...)
105}
106
107// Infoj produces a json log with info level.
108func (e *EchoLogger) Infoj(j echologger.JSON) {

Callers 1

TestInfoLoggingFunction · 0.95

Calls 1

InfoMethod · 0.45

Tested by 1

TestInfoLoggingFunction · 0.76