Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ warning
Method
warning
classpath/java/util/logging/Logger.java:74–76 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
72
}
73
74
public
void
warning(String message) {
75
log(Level.WARNING, Method.getCaller(), message, null);
76
}
77
78
public
void
severe(String message) {
79
log(Level.SEVERE, Method.getCaller(), message, null);
Callers
1
c
Method · 0.80
Calls
2
log
Method · 0.95
getCaller
Method · 0.95
Tested by
1
c
Method · 0.64