V reports whether verbosity level l is at least the requested verbose level.
(l int)
| 60 | Fatalf(format string, args ...any) |
| 61 | // V reports whether verbosity level l is at least the requested verbose level. |
| 62 | V(l int) bool |
| 63 | } |
| 64 | |
| 65 | // DepthLoggerV2 logs at a specified call frame. If a LoggerV2 also implements |
no outgoing calls
no test coverage detected