Home / Function/ info() — netty Function Reference

info() — netty Function Reference

Architecture documentation for the info() function in Log4JLogger.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  666f585f_278d_6f6d_14f4_d4305ea2ee09["info()"]
  ea21873f_9411_9a50_115f_4afde36f3d05["Log4JLogger"]
  666f585f_278d_6f6d_14f4_d4305ea2ee09 -->|defined in| ea21873f_9411_9a50_115f_4afde36f3d05
  9d4c0b19_1ca2_4a1f_abba_ba20a0b7fb17["isInfoEnabled()"]
  666f585f_278d_6f6d_14f4_d4305ea2ee09 -->|calls| 9d4c0b19_1ca2_4a1f_abba_ba20a0b7fb17
  style 666f585f_278d_6f6d_14f4_d4305ea2ee09 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/Log4JLogger.java lines 306–309

    @Override
    public void info(String msg) {
        logger.log(FQCN, Level.INFO, msg, null);
    }

Domain

Subdomains

Frequently Asked Questions

What does info() do?
info() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/Log4JLogger.java.
Where is info() defined?
info() is defined in common/src/main/java/io/netty/util/internal/logging/Log4JLogger.java at line 306.
What does info() call?
info() calls 1 function(s): isInfoEnabled.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free