ErrorDepth logs to ERROR log at the specified depth. Arguments are handled in the manner of fmt.Println.
(depth int, args ...any)
| 78 | WarningDepth(depth int, args ...any) |
| 79 | // ErrorDepth logs to ERROR log at the specified depth. Arguments are handled in the manner of fmt.Println. |
| 80 | ErrorDepth(depth int, args ...any) |
| 81 | // FatalDepth logs to FATAL log at the specified depth. Arguments are handled in the manner of fmt.Println. |
| 82 | FatalDepth(depth int, args ...any) |
| 83 | } |
no outgoing calls
no test coverage detected