- Sort Score
- Result 10 results
- Languages All
Results 21 - 25 of 25 for setLevel (0.05 sec)
-
guava-testlib/test/com/google/common/testing/TestLogHandlerTest.java
public void test() throws Exception { assertTrue(handler.getStoredLogRecords().isEmpty()); ExampleClassUnderTest.foo(); LogRecord record = handler.getStoredLogRecords().get(0); assertEquals(Level.INFO, record.getLevel()); assertEquals("message", record.getMessage()); assertSame(EXCEPTION, record.getThrown()); } public void testConcurrentModification() throws Exception {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 2.8K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/testing/TestLogHandlerTest.java
public void test() throws Exception { assertTrue(handler.getStoredLogRecords().isEmpty()); ExampleClassUnderTest.foo(); LogRecord record = handler.getStoredLogRecords().get(0); assertEquals(Level.INFO, record.getLevel()); assertEquals("message", record.getMessage()); assertSame(EXCEPTION, record.getThrown()); } public void testConcurrentModification() throws Exception {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/log/Logger.java
* 例外 */ public void log(final LogMessage logMessage, final Throwable throwable) { assertArgumentNotNull("logMessage", logMessage); final LogLevel level = logMessage.getLevel(); if (isEnabledFor(level)) { final String message = logMessage.getMessage(); switch (level) { case DEBUG: log.debug(message, throwable);
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 13.2K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/KotlinDeprecationErrorTest.kt
headers = Headers.of(mapOf("" to "")) val size: Int = headers.size() } @Test @Disabled fun httpLoggingInterceptor() { val interceptor = HttpLoggingInterceptor() val level = interceptor.getLevel() } @Test @Disabled fun httpUrl() { val httpUrl: HttpUrl = HttpUrl.get("") val url: URL = httpUrl.url() val uri: URI = httpUrl.uri() val scheme: String = httpUrl.scheme()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 13.3K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
errorAndExit(String); public static scala.runtime.Nothing$ xsbt$boot$Boot$$exit(int); private void Boot$(); } xsbt/boot/ConfigurationParser$$anonfun$getLevel$2.class package xsbt.boot; public final synchronized class ConfigurationParser$$anonfun$getLevel$2 extends scala.runtime.AbstractFunction0 implements scala.Serializable { public void ConfigurationParser$$anonfun$getLevel$2(); } xsbt/boot/ConfigurationParser$$anonfun$parsePropertyDefinit$1.class package xsbt.boot; public final synchronized class Configura...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)