Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ebarlas/microhttp
/ noopLogger
Method
noopLogger
src/test/java/org/microhttp/LoggerTest.java:10–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
public
class
LoggerTest {
9
10
@Test
11
public
void
noopLogger() {
12
Logger logger = NoopLogger.instance();
13
assertFalse(logger.enabled());
14
assertSame(NoopLogger.instance(), logger);
15
}
16
}
Callers
nothing calls this directly
Calls
2
instance
Method · 0.95
enabled
Method · 0.95
Tested by
no test coverage detected