Searched defs:DoNothingLogger (Results 1 – 2 of 2) sorted by relevance
32 type DoNothingLogger struct{} struct37 func (l *DoNothingLogger) Log(uint32, int) {}40 func (l *DoNothingLogger) LogFailure() {}
31 private static class DoNothingLogger implements MonitoringClient.Logger { class in MonitoringUtil