Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ run
Method
run
test/Logging.java:66–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
void
run() {
67
log.info(
"Started run"
);
68
a();
69
log.log(Level.INFO,
"Ended {}!"
,
"run"
);
70
}
71
72
private
void
a() {
73
log.fine(
"Started a()"
);
Callers
1
main
Method · 0.95
Calls
3
a
Method · 0.95
info
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected