HomeSort by relevance Sort by last modified time
    Searched defs:Infof (Results 1 - 4 of 4) sorted by null

  /external/syzkaller/vendor/google.golang.org/appengine/log/
api.go 22 // Infof is like Debugf, but at Info level.
23 func Infof(ctx context.Context, format string, args ...interface{}) {
  /external/syzkaller/vendor/google.golang.org/grpc/grpclog/
logger.go 54 func (g *loggerWrapper) Infof(format string, args ...interface{}) {
grpclog.go 43 // Infof logs to the INFO log. Arguments are handled in the manner of fmt.Printf.
44 func Infof(format string, args ...interface{}) {
45 logger.Infof(format, args...)
116 // Deprecated: use Infof.
118 logger.Infof(format, args...)
loggerv2.go 35 // Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf.
36 Infof(format string, args ...interface{})
150 func (g *loggerT) Infof(format string, args ...interface{}) {

Completed in 4465 milliseconds