(args ...interface{})
| 4735 | } |
| 4736 | |
| 4737 | func (tl *testLogger) Debug(args ...interface{}) { |
| 4738 | tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...)) |
| 4739 | } |
| 4740 | |
| 4741 | func (tl *testLogger) Info(args ...interface{}) { |
| 4742 | tl.t.Logf("ASYNQ_INFO: %s", fmt.Sprint(args...)) |
no outgoing calls
no test coverage detected