Searched refs:offValue (Results 1 – 4 of 4) sorted by relevance
115 private static final int offValue; field in Handler118 offValue = 0;
513 private static final int offValue; field in Logger516 offValue = 0;
49 private static final int offValue = Level.OFF.intValue(); field in Handler294 if (record.getLevel().intValue() < levelValue || levelValue == offValue) { in isLoggable()
220 private static final int offValue = Level.OFF.intValue(); field in Logger1720 if (level.intValue() < levelValue || levelValue == offValue) { in isLoggable()