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

/libcore/ojluni/src/main/resources/sun/util/logging/resources/
H A Dlogging.properties32 SEVERE=SEVERE
H A Dlogging_de.properties32 SEVERE=Schwerwiegend
H A Dlogging_it.properties32 SEVERE=Grave
H A Dlogging_sv.properties32 SEVERE=Allvarlig
H A Dlogging_es.properties32 SEVERE=Grave
H A Dlogging_fr.properties32 SEVERE=Grave
H A Dlogging_pt_BR.properties32 SEVERE=Grave
H A Dlogging_ja.properties32 SEVERE=\u91CD\u5927
H A Dlogging_ko.properties32 SEVERE=\uC2EC\uAC01
H A Dlogging_zh_CN.properties32 SEVERE=\u4E25\u91CD
H A Dlogging_zh_TW.properties32 SEVERE=\u56B4\u91CD
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldXMLFormatterTest.java37 lr = new LogRecord(Level.SEVERE, "pattern");
H A DOldMemoryHandlerTest.java72 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "3")));
/libcore/ojluni/src/main/java/sun/util/logging/
H A DPlatformLogger.java95 public static final int SEVERE = 1000; field in class:PlatformLogger
117 SEVERE, enum constant in enum:PlatformLogger.Level
132 PlatformLogger.WARNING, PlatformLogger.SEVERE, PlatformLogger.OFF
149 case PlatformLogger.SEVERE : return Level.SEVERE;
154 // for level > SEVERE, return SEVERE and exclude OFF
341 * Logs a SEVERE message.
344 loggerProxy.doLog(Level.SEVERE, msg);
348 loggerProxy.doLog(Level.SEVERE, ms
[all...]
/libcore/ojluni/src/main/java/java/util/logging/
H A DMemoryHandler.java69 * defines the <tt>pushLevel</tt> (defaults to <tt>level.SEVERE</tt>). </li>
105 pushLevel = manager.getLevelProperty(cname +".push", Level.SEVERE);
H A DLevel.java41 * as Level.SEVERE.
45 * <li>SEVERE (highest value)
95 * SEVERE is a message level indicating a serious failure.
97 * In general SEVERE messages should describe events that are
103 public static final Level SEVERE = new Level("SEVERE",1000, defaultBundle); field in class:Level
184 * objects such as SEVERE or FINEST. However, if clients need to
187 * @param name the name of the Level, for example "SEVERE".
199 * @param name the name of the Level, for example "SEVERE".
428 * <li> "SEVERE"
[all...]
H A DLogger.java81 * check of the request level (e.g., SEVERE or FINE) against the
785 * @param level One of the message level identifiers, e.g., SEVERE
805 * @param level One of the message level identifiers, e.g., SEVERE
825 * @param level One of the message level identifiers, e.g., SEVERE
846 * @param level One of the message level identifiers, e.g., SEVERE
871 * @param level One of the message level identifiers, e.g., SEVERE
897 * @param level One of the message level identifiers, e.g., SEVERE
924 * @param level One of the message level identifiers, e.g., SEVERE
948 * @param level One of the message level identifiers, e.g., SEVERE
974 * @param level One of the message level identifiers, e.g., SEVERE
[all...]
/libcore/ojluni/src/main/java/java/net/
H A DCookieManager.java281 if (logger.isLoggable(PlatformLogger.Level.SEVERE)) {

Completed in 224 milliseconds