trace() — netty Function Reference
Architecture documentation for the trace() function in Log4J2Logger.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2c3ea9f3_1e1a_24ef_3bbb_3ca7e1528dba["trace()"] df31fa97_382a_a6e4_2038_3848238e4d28["Log4J2Logger"] 2c3ea9f3_1e1a_24ef_3bbb_3ca7e1528dba -->|defined in| df31fa97_382a_a6e4_2038_3848238e4d28 de5406aa_1021_6ae3_f851_51b1ed8a6585["log()"] 2c3ea9f3_1e1a_24ef_3bbb_3ca7e1528dba -->|calls| de5406aa_1021_6ae3_f851_51b1ed8a6585 style 2c3ea9f3_1e1a_24ef_3bbb_3ca7e1528dba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java lines 67–70
@Override
public void trace(Throwable t) {
log(Level.TRACE, EXCEPTION_MESSAGE, t);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does trace() do?
trace() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java.
Where is trace() defined?
trace() is defined in common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java at line 67.
What does trace() call?
trace() calls 1 function(s): log.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free