error() — netty Function Reference
Architecture documentation for the error() function in LocationAwareSlf4JLogger.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD cab247d6_b940_40bb_5bb2_4188912bcaf9["error()"] 70f24cb8_4eb8_49b6_3422_ffe5d3e299da["LocationAwareSlf4JLogger"] cab247d6_b940_40bb_5bb2_4188912bcaf9 -->|defined in| 70f24cb8_4eb8_49b6_3422_ffe5d3e299da 260a3f30_9d75_edc7_031f_897d638d5f45["isErrorEnabled()"] cab247d6_b940_40bb_5bb2_4188912bcaf9 -->|calls| 260a3f30_9d75_edc7_031f_897d638d5f45 9e47df00_81d8_c776_2f1a_91f87ef2dfa0["log()"] cab247d6_b940_40bb_5bb2_4188912bcaf9 -->|calls| 9e47df00_81d8_c776_2f1a_91f87ef2dfa0 style cab247d6_b940_40bb_5bb2_4188912bcaf9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/internal/logging/LocationAwareSlf4JLogger.java lines 218–223
@Override
public void error(String msg) {
if (isErrorEnabled()) {
log(ERROR_INT, msg);
}
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does error() do?
error() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/LocationAwareSlf4JLogger.java.
Where is error() defined?
error() is defined in common/src/main/java/io/netty/util/internal/logging/LocationAwareSlf4JLogger.java at line 218.
What does error() call?
error() calls 2 function(s): isErrorEnabled, log.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free