(args ...interface{})
| 4743 | } |
| 4744 | |
| 4745 | func (tl *testLogger) Warn(args ...interface{}) { |
| 4746 | tl.t.Logf("ASYNQ_WARN: %s", fmt.Sprint(args...)) |
| 4747 | } |
| 4748 | |
| 4749 | func (tl *testLogger) Error(args ...interface{}) { |
| 4750 | tl.t.Logf("ASYNQ_ERROR: %s", fmt.Sprint(args...)) |
no outgoing calls
no test coverage detected