Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ebarlas/microhttp
/ log
Method
log
src/test/java/org/microhttp/TestLogger.java:35–38 ·
view source on GitHub ↗
(LogEntry... entries)
Source
from the content-addressed store, hash-verified
33
}
34
35
@Override
36
public
synchronized
void
log(LogEntry... entries) {
37
events.add(List.of(entries));
38
}
39
40
@Override
41
public
synchronized
void
log(Exception e, LogEntry... entries) {
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected