WarningDepth logs to WARNING log at the specified depth. Arguments are handled in the manner of fmt.Println.
(depth int, args ...any)
| 76 | InfoDepth(depth int, args ...any) |
| 77 | // WarningDepth logs to WARNING log at the specified depth. Arguments are handled in the manner of fmt.Println. |
| 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. |
no outgoing calls
no test coverage detected