Searched refs:WARNING (Results 1 – 21 of 21) sorted by relevance
/libcore/ojluni/src/main/java/sun/util/logging/ |
D | PlatformLogger.java | 92 private static final int WARNING = 900; field in PlatformLogger 112 WARNING, enumConstant 128 PlatformLogger.WARNING, PlatformLogger.SEVERE, PlatformLogger.OFF 143 case PlatformLogger.WARNING : return Level.WARNING; in valueOf() 321 loggerProxy.doLog(Level.WARNING, msg); in warning() 325 loggerProxy.doLog(Level.WARNING, msg, t); in warning() 329 loggerProxy.doLog(Level.WARNING, msg, params); in warning()
|
/libcore/luni/src/test/resources/bundles/java/util/logging/ |
D | res.properties | 3 WARNING=US_WARNING key
|
D | res_en_US.properties | 3 WARNING=US_WARNING key
|
D | res2.properties | 3 WARNING=WARNING2 key
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldMemoryHandlerTest.java | 71 assertTrue(handler.isLoggable(new LogRecord(Level.WARNING, "2"))); in testIsLoggable() 81 assertEquals("Level should be WARNING", Level.WARNING, handler.getPushLevel()); in testMemoryHandler()
|
D | OldFileHandlerTest.java | 456 new LogRecord(Level.WARNING, "message"), in testPublish()
|
/libcore/ojluni/annotations/sdk/nullability/java/util/logging/ |
D | Level.annotated.java | 77 @libcore.util.NonNull public static final java.util.logging.Level WARNING; field in Level 78 static { WARNING = null; }
|
/libcore/ojluni/src/main/resources/sun/util/logging/resources/ |
D | logging.properties | 34 WARNING=WARNING key
|
D | logging_sv.properties | 34 WARNING=Varning key
|
D | logging_fr.properties | 34 WARNING=Avertissement key
|
D | logging_zh_CN.properties | 34 WARNING=\u8B66\u544A key
|
D | logging_zh_TW.properties | 34 WARNING=\u8B66\u544A key
|
D | logging_ja.properties | 34 WARNING=\u8B66\u544A key
|
D | logging_ko.properties | 34 WARNING=\uACBD\uACE0 key
|
D | logging_es.properties | 34 WARNING=Advertencia key
|
D | logging_pt_BR.properties | 34 WARNING=Advert\u00EAncia key
|
D | logging_it.properties | 34 WARNING=Avvertenza key
|
D | logging_de.properties | 34 WARNING=Warnung key
|
/libcore/luni/src/test/java/libcore/sun/util/logging/ |
D | PlatformLoggerTest.java | 37 assertLogLevel("WARNING", Level.WARNING); in testLogLevelConstants()
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | Level.java | 113 public static final Level WARNING = new Level("WARNING", 900, defaultBundle); field in Level
|
D | Logger.java | 1477 log(Level.WARNING, msg); in warning() 1581 log(Level.WARNING, msgSupplier); in warning()
|