(depth int, args ...any)
| 80 | } |
| 81 | |
| 82 | func (g *glogger) ErrorDepth(depth int, args ...any) { |
| 83 | glog.ErrorDepth(depth+d, args...) |
| 84 | } |
| 85 | |
| 86 | func (g *glogger) Fatal(args ...any) { |
| 87 | glog.FatalDepth(d, args...) |
nothing calls this directly
no test coverage detected