Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ fatal
Method
fatal
java/org/apache/juli/logging/DirectJDKLog.java:144–147 ·
view source on GitHub ↗
(Object message)
Source
from the content-addressed store, hash-verified
142
}
143
144
@Override
145
public
final
void
fatal(Object message) {
146
log(Level.SEVERE, String.valueOf(message), null);
147
}
148
149
@Override
150
public
final
void
fatal(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