Searched defs:shouldLog (Results 1 – 9 of 9) sorted by relevance
15 public void shouldLog() throws Exception { in shouldLog() method in SimpleMockitoLoggerTest
65 public ListenableFuture<Optional<StableSamplingInfo>> shouldLog( in shouldLog() method in LogSampler
285 public static boolean shouldLog(LogSeverity.Code severity) { in shouldLog() method in IcingSearchEngine289 public static boolean shouldLog(LogSeverity.Code severity, short verbosity) { in shouldLog() method in IcingSearchEngine
277 public static boolean shouldLog(short severity) { in shouldLog() method in IcingSearchEngineImpl281 public static boolean shouldLog(short severity, short verbosity) { in shouldLog() method in IcingSearchEngineImpl
135 private boolean shouldLog() { in shouldLog() method in TextClassifierApiUsageLogger
124 private boolean shouldLog() { in shouldLog() method in GenerateLinksLogger
201 bool shouldLog = windowId_ != windowId || current_.count >= maxSamples_; in maybeLogLocked() local
395 int shouldLog = (argc > 1); // no-warning in f23() local403 …int shouldLog = (argc > 1); // expected-warning{{Value stored to 'shouldLog' during its initializa… in f23_pos() local
310 public static boolean shouldLog(int logLevel) { in shouldLog() method in LogUtils