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

Function Errorf

log/api.go:33–35  ·  view source on GitHub ↗

Errorf is like Debugf, but at Error level.

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

Source from the content-addressed store, hash-verified

31
32// Errorf is like Debugf, but at Error level.
33func Errorf(ctx context.Context, format string, args ...interface{}) {
34 internal.Logf(ctx, 3, format, args...)
35}
36
37// Criticalf is like Debugf, but at Critical level.
38func Criticalf(ctx context.Context, format string, args ...interface{}) {

Callers 3

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