Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf.
(format string, args ...any)
| 34 | Infoln(args ...any) |
| 35 | // Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf. |
| 36 | Infof(format string, args ...any) |
| 37 | // Warning logs to WARNING log. Arguments are handled in the manner of fmt.Print. |
| 38 | Warning(args ...any) |
| 39 | // Warningln logs to WARNING log. Arguments are handled in the manner of fmt.Println. |
no outgoing calls