Home / Type/ InternalLogLevel Type — netty Architecture

InternalLogLevel Type — netty Architecture

Architecture documentation for the InternalLogLevel type/interface in InternalLogLevel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b94d7401_776c_df52_6d12_7535855d8ee0["InternalLogLevel"]
  cb0bacc5_f416_c433_0cef_d8050f37f456["InternalLogLevel.java"]
  b94d7401_776c_df52_6d12_7535855d8ee0 -->|defined in| cb0bacc5_f416_c433_0cef_d8050f37f456
  style b94d7401_776c_df52_6d12_7535855d8ee0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/logging/InternalLogLevel.java lines 21–42

public enum InternalLogLevel {
    /**
     * 'TRACE' log level.
     */
    TRACE,
    /**
     * 'DEBUG' log level.
     */
    DEBUG,
    /**
     * 'INFO' log level.
     */
    INFO,
    /**
     * 'WARN' log level.
     */
    WARN,
    /**
     * 'ERROR' log level.
     */
    ERROR
}

Frequently Asked Questions

What is the InternalLogLevel type?
InternalLogLevel is a type/interface in the netty codebase, defined in common/src/main/java/io/netty/util/internal/logging/InternalLogLevel.java.
Where is InternalLogLevel defined?
InternalLogLevel is defined in common/src/main/java/io/netty/util/internal/logging/InternalLogLevel.java at line 21.

Analyze Your Own Codebase

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

Try Supermodel Free