Home / Function/ InternalLogger() — netty Function Reference

InternalLogger() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5da24c8c_5314_e8ff_bb81_6061cb46d4f2["InternalLogger()"]
  78cd9b30_8ce0_19f9_5987_d6fcaa2f230e["Log4JLoggerFactory"]
  5da24c8c_5314_e8ff_bb81_6061cb46d4f2 -->|defined in| 78cd9b30_8ce0_19f9_5987_d6fcaa2f230e
  style 5da24c8c_5314_e8ff_bb81_6061cb46d4f2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/Log4JLoggerFactory.java lines 36–39

    @Override
    public InternalLogger newInstance(String name) {
        return new Log4JLogger(Logger.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/Log4JLoggerFactory.java.
Where is InternalLogger() defined?
InternalLogger() is defined in common/src/main/java/io/netty/util/internal/logging/Log4JLoggerFactory.java at line 36.

Analyze Your Own Codebase

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

Try Supermodel Free