Searched refs:effectiveLevel (Results 1 – 1 of 1) sorted by relevance
439 volatile Level effectiveLevel; // effective level (never null) field in PlatformLogger.DefaultLoggerProxy444 this.effectiveLevel = deriveEffectiveLevel(null); in DefaultLoggerProxy()449 return effectiveLevel != Level.OFF; in isEnabled()460 effectiveLevel = deriveEffectiveLevel(newLevel); in setLevel()484 Level effectiveLevel = this.effectiveLevel; in isLoggable() local485 return level.intValue() >= effectiveLevel.intValue() && effectiveLevel != Level.OFF; in isLoggable()