Home / Function/ CommonsLogger() — netty Function Reference

CommonsLogger() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8b666cf4_ca76_5b3a_3ae3_ee15f3d02b32["CommonsLogger()"]
  75d2dbc5_5bdb_74c1_4253_285c29d7b6f0["CommonsLogger"]
  8b666cf4_ca76_5b3a_3ae3_ee15f3d02b32 -->|defined in| 75d2dbc5_5bdb_74c1_4253_285c29d7b6f0
  style 8b666cf4_ca76_5b3a_3ae3_ee15f3d02b32 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/CommonsLogger.java lines 59–62

    CommonsLogger(Log logger, String name) {
        super(name);
        this.logger = ObjectUtil.checkNotNull(logger, "logger");
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free