Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ error
Method
error
java/org/apache/juli/logging/DirectJDKLog.java:134–137 ·
view source on GitHub ↗
(Object message)
Source
from the content-addressed store, hash-verified
132
}
133
134
@Override
135
public
final
void
error(Object message) {
136
log(Level.SEVERE, String.valueOf(message), null);
137
}
138
139
@Override
140
public
final
void
error(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