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

Function Warningf

log/api.go:28–30  ·  view source on GitHub ↗

Warningf is like Debugf, but at Warning level.

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

Source from the content-addressed store, hash-verified

26
27// Warningf is like Debugf, but at Warning level.
28func Warningf(ctx context.Context, format string, args ...interface{}) {
29 internal.Logf(ctx, 2, format, args...)
30}
31
32// Errorf is like Debugf, but at Error level.
33func Errorf(ctx context.Context, format string, args ...interface{}) {

Callers 2

runFuncFunction · 0.92
EnabledFunction · 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…