Warning logs to the WARNING log.
(args ...any)
| 55 | |
| 56 | // Warning logs to the WARNING log. |
| 57 | func Warning(args ...any) { |
| 58 | internal.LoggerV2Impl.Warning(args...) |
| 59 | } |
| 60 | |
| 61 | // Warningf logs to the WARNING log. Arguments are handled in the manner of fmt.Printf. |
| 62 | func Warningf(format string, args ...any) { |