Searched refs:invocationLogLevel (Results 1 – 2 of 2) sorted by relevance
99 private boolean shouldWrite(String tag, LogLevel messageLogLevel, LogLevel invocationLogLevel) { in shouldWrite() argument106 int minWriteLevel = Math.max(forcedLevel.getPriority(), invocationLogLevel.getPriority()); in shouldWrite()
85 LogLevel invocationLogLevel, in shouldDisplay() argument96 } else if (messageLogLevel.getPriority() >= invocationLogLevel.getPriority()) { in shouldDisplay()