Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ trace
Method
trace
java/org/apache/juli/logging/DirectJDKLog.java:104–107 ·
view source on GitHub ↗
(Object message)
Source
from the content-addressed store, hash-verified
102
}
103
104
@Override
105
public
final
void
trace(Object message) {
106
log(Level.FINER, String.valueOf(message), null);
107
}
108
109
@Override
110
public
final
void
trace(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