Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ warn
Method
warn
java/org/apache/juli/logging/DirectJDKLog.java:124–127 ·
view source on GitHub ↗
(Object message)
Source
from the content-addressed store, hash-verified
122
}
123
124
@Override
125
public
final
void
warn(Object message) {
126
log(Level.WARNING, String.valueOf(message), null);
127
}
128
129
@Override
130
public
final
void
warn(Object message, Throwable t) {
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected