MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / Infof

Function Infof

log/log.go:62–65  ·  view source on GitHub ↗

Infof prints info message according to a format

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

Source from the content-addressed store, hash-verified

60
61// Infof prints info message according to a format
62func Infof(format string, args ...interface{}) {
63 s := fmt.Sprintf(format, args...)
64 infoLogger.Output(outputCallDepth, mask(s)) // nolint
65}
66
67// Errorf prints warning message according to a format
68func Errorf(format string, args ...interface{}) {

Callers 6

serveFromCacheMethod · 0.92
mainFunction · 0.92
setupReloadConfigWatchFunction · 0.92
serveTLSFunction · 0.92
serveFunction · 0.92
applyConfigFunction · 0.92

Calls 1

maskFunction · 0.85

Tested by

no test coverage detected