Error logs to the ERROR log.
(args ...any)
| 70 | |
| 71 | // Error logs to the ERROR log. |
| 72 | func Error(args ...any) { |
| 73 | internal.LoggerV2Impl.Error(args...) |
| 74 | } |
| 75 | |
| 76 | // Errorf logs to the ERROR log. Arguments are handled in the manner of fmt.Printf. |
| 77 | func Errorf(format string, args ...any) { |