MCPcopy
hub / github.com/op/go-logging / Infof

Method Infof

logger.go:243–245  ·  view source on GitHub ↗

Infof logs a message using INFO as log level.

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

Source from the content-addressed store, hash-verified

241
242// Infof logs a message using INFO as log level.
243func (l *Logger) Infof(format string, args ...interface{}) {
244 l.log(INFO, &format, args...)
245}
246
247// Debug logs a message using DEBUG as log level.
248func (l *Logger) Debug(args ...interface{}) {

Callers 2

TestMemoryBackendFunction · 0.80
TestChannelMemoryBackendFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 2

TestMemoryBackendFunction · 0.64
TestChannelMemoryBackendFunction · 0.64