Home
last modified time | relevance | path

Searched refs:FATAL_INT (Results 1 – 3 of 3) sorted by relevance

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DPriority.java35 public final static int FATAL_INT = 50000; field in Priority
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0);
DLevel.java60 final static public Level FATAL = new Level(FATAL_INT, "FATAL", 0);
141 case FATAL_INT: in toLevel()
DCategory.java183 case Priority.FATAL_INT: in isEnabledFor()
323 case Priority.FATAL_INT: in priorityToLevelInt()