isEnabled() — netty Function Reference
Architecture documentation for the isEnabled() function in Log4J2Logger.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 3aede0c9_8944_59eb_3ebd_c9b8cd6d11bd["isEnabled()"] df31fa97_382a_a6e4_2038_3848238e4d28["Log4J2Logger"] 3aede0c9_8944_59eb_3ebd_c9b8cd6d11bd -->|defined in| df31fa97_382a_a6e4_2038_3848238e4d28 style 3aede0c9_8944_59eb_3ebd_c9b8cd6d11bd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java lines 92–95
@Override
public boolean isEnabled(InternalLogLevel level) {
return isEnabled(toLevel(level));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does isEnabled() do?
isEnabled() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java.
Where is isEnabled() defined?
isEnabled() is defined in common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java at line 92.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free