Home / Function/ InternalLogger() — netty Function Reference

InternalLogger() — netty Function Reference

Architecture documentation for the InternalLogger() function in Log4J2LoggerFactory.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  a40eb76c_a52b_80df_d265_c96f8a08807d["InternalLogger()"]
  688a573b_69fa_52fb_751c_13a565c64112["Log4J2LoggerFactory"]
  a40eb76c_a52b_80df_d265_c96f8a08807d -->|defined in| 688a573b_69fa_52fb_751c_13a565c64112
  style a40eb76c_a52b_80df_d265_c96f8a08807d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/Log4J2LoggerFactory.java lines 31–34

    @Override
    public InternalLogger newInstance(String name) {
        return new Log4J2Logger(LogManager.getLogger(name));
    }

Domain

Subdomains

Frequently Asked Questions

What does InternalLogger() do?
InternalLogger() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/Log4J2LoggerFactory.java.
Where is InternalLogger() defined?
InternalLogger() is defined in common/src/main/java/io/netty/util/internal/logging/Log4J2LoggerFactory.java at line 31.

Analyze Your Own Codebase

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

Try Supermodel Free