(args ...any)
| 52 | } |
| 53 | |
| 54 | func (g *glogger) Warning(args ...any) { |
| 55 | glog.WarningDepth(d, args...) |
| 56 | } |
| 57 | |
| 58 | func (g *glogger) Warningln(args ...any) { |
| 59 | glog.WarningDepth(d, fmt.Sprintln(args...)) |
nothing calls this directly
no test coverage detected