(message string, ss ...any)
| 413 | } |
| 414 | |
| 415 | func Errorf(message string, ss ...any) { |
| 416 | logMessage(ERROR, "", fmt.Sprintf(message, ss...), nil) |
| 417 | } |
| 418 | |
| 419 | func ErrorF(message string, fields map[string]any) { |
| 420 | logMessage(ERROR, "", message, fields) |