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