(string, ...interface{})
| 23 | func (noopLogger) Debugf(string, ...interface{}) {} |
| 24 | func (noopLogger) Warnf(string, ...interface{}) {} |
| 25 | func (noopLogger) Errorf(string, ...interface{}) {} |
| 26 | |
| 27 | // New creates a Telemetry client. Returns nil when apiKey is empty |
| 28 | // (dev builds), making all methods safe to call on a nil receiver. |
no outgoing calls