Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ info
Method
info
classpath/java/util/logging/Logger.java:70–72 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
void
info(String message) {
71
log(Level.INFO, Method.getCaller(), message, null);
72
}
73
74
public
void
warning(String message) {
75
log(Level.WARNING, Method.getCaller(), message, null);
Callers
3
main
Method · 0.95
run
Method · 0.80
b
Method · 0.80
Calls
2
log
Method · 0.95
getCaller
Method · 0.95
Tested by
3
main
Method · 0.76
run
Method · 0.64
b
Method · 0.64