trace() — netty Function Reference
Architecture documentation for the trace() function in Log4JLogger.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 54d6b5d3_808e_7a6f_83a1_f4995dffb4d8["trace()"] ea21873f_9411_9a50_115f_4afde36f3d05["Log4JLogger"] 54d6b5d3_808e_7a6f_83a1_f4995dffb4d8 -->|defined in| ea21873f_9411_9a50_115f_4afde36f3d05 381c5115_d56b_f5df_1f82_4c9cb088baa4["isTraceEnabled()"] 54d6b5d3_808e_7a6f_83a1_f4995dffb4d8 -->|calls| 381c5115_d56b_f5df_1f82_4c9cb088baa4 style 54d6b5d3_808e_7a6f_83a1_f4995dffb4d8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/internal/logging/Log4JLogger.java lines 100–103
@Override
public void trace(String msg) {
logger.log(FQCN, traceCapable ? Level.TRACE : Level.DEBUG, msg, null);
}
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/Log4JLogger.java.
Where is trace() defined?
trace() is defined in common/src/main/java/io/netty/util/internal/logging/Log4JLogger.java at line 100.
What does trace() call?
trace() calls 1 function(s): isTraceEnabled.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free