(depth int, args ...any)
| 64 | } |
| 65 | |
| 66 | func (g *glogger) WarningDepth(depth int, args ...any) { |
| 67 | glog.WarningDepth(depth+d, args...) |
| 68 | } |
| 69 | |
| 70 | func (g *glogger) Error(args ...any) { |
| 71 | glog.ErrorDepth(d, args...) |
nothing calls this directly
no test coverage detected