package
2.0.6+incompatible
Repository: https://github.com/golang/appengine.git
Documentation: pkg.go.dev
# Functions
Criticalf is like Debugf, but at Critical level.
Debugf formats its arguments according to the format, analogous to fmt.Printf, and records the text as a log message at Debug level.
Errorf is like Debugf, but at Error level.
Infof is like Debugf, but at Info level.
Warningf is like Debugf, but at Warning level.
# Variables
Done is returned when a query iteration has completed.