(args ...interface{})
| 4739 | } |
| 4740 | |
| 4741 | func (tl *testLogger) Info(args ...interface{}) { |
| 4742 | tl.t.Logf("ASYNQ_INFO: %s", fmt.Sprint(args...)) |
| 4743 | } |
| 4744 | |
| 4745 | func (tl *testLogger) Warn(args ...interface{}) { |
| 4746 | tl.t.Logf("ASYNQ_WARN: %s", fmt.Sprint(args...)) |
no outgoing calls
no test coverage detected