MCPcopy Create free account
hub / github.com/golang/appengine / Infof

Function Infof

log/api.go:23–25  ·  view source on GitHub ↗

Infof is like Debugf, but at Info level.

(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

21
22// Infof is like Debugf, but at Info level.
23func Infof(ctx context.Context, format string, args ...interface{}) {
24 internal.Logf(ctx, 1, format, args...)
25}
26
27// Warningf is like Debugf, but at Warning level.
28func Warningf(ctx context.Context, format string, args ...interface{}) {

Callers 3

handleFunction · 0.92
handleFunction · 0.92
handleMainPageFunction · 0.92

Calls 1

LogfFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…