Home / Function/ info() — netty Function Reference

info() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  253735dc_1881_90ee_06a8_3fa6abab067d["info()"]
  df31fa97_382a_a6e4_2038_3848238e4d28["Log4J2Logger"]
  253735dc_1881_90ee_06a8_3fa6abab067d -->|defined in| df31fa97_382a_a6e4_2038_3848238e4d28
  de5406aa_1021_6ae3_f851_51b1ed8a6585["log()"]
  253735dc_1881_90ee_06a8_3fa6abab067d -->|calls| de5406aa_1021_6ae3_f851_51b1ed8a6585
  style 253735dc_1881_90ee_06a8_3fa6abab067d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java lines 77–80

    @Override
    public void info(Throwable t) {
        log(Level.INFO, EXCEPTION_MESSAGE, t);
    }

Domain

Subdomains

Calls

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/Log4J2Logger.java.
Where is info() defined?
info() is defined in common/src/main/java/io/netty/util/internal/logging/Log4J2Logger.java at line 77.
What does info() call?
info() 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