Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java88 Level.SEVERE.intValue() - 1, "EMERG");
94 Level.SEVERE.intValue() - 2, "ALERT");
100 Level.SEVERE.intValue() - 3, "CRIT");
106 Level.SEVERE.intValue() - 4, "ERR");
143 private static final Level SEVERE = null; field in Severity
203 if (l.intValue() >= Level.SEVERE.intValue()) in severityForLevel()