Functions
func Criticalf
Criticalf is like Debugf, but at Critical level.
func Debugf
Debugf formats its arguments according to the format, analogous to fmt.Printf, and records the text as a log message at Debug level. The message will be associated with the request linked with the provided context.
func Errorf
Errorf is like Debugf, but at Error level.
func Infof
Infof is like Debugf, but at Info level.
func Warningf
Warningf is like Debugf, but at Warning level.