Warningf logs to WARNING log. Arguments are handled in the manner of fmt.Printf.
(format string, args ...any)
| 40 | Warningln(args ...any) |
| 41 | // Warningf logs to WARNING log. Arguments are handled in the manner of fmt.Printf. |
| 42 | Warningf(format string, args ...any) |
| 43 | // Error logs to ERROR log. Arguments are handled in the manner of fmt.Print. |
| 44 | Error(args ...any) |
| 45 | // Errorln logs to ERROR log. Arguments are handled in the manner of fmt.Println. |
no outgoing calls