(args ...interface{})
| 77 | } |
| 78 | |
| 79 | func (tl *testLogger) Debug(args ...interface{}) { |
| 80 | tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...)) |
| 81 | } |
| 82 | |
| 83 | func (tl *testLogger) Info(args ...interface{}) { |
| 84 | tl.t.Logf("ASYNQ_INFO: %s", fmt.Sprint(args...)) |
nothing calls this directly
no outgoing calls
no test coverage detected