Home / Function/ setLevel() — netty Function Reference

setLevel() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5b0af8ca_5190_33cc_31b6_4515c8bf019e["setLevel()"]
  f4ad5acd_fee3_2377_9c2f_bc298798ad25["ResourceLeakDetector"]
  5b0af8ca_5190_33cc_31b6_4515c8bf019e -->|defined in| f4ad5acd_fee3_2377_9c2f_bc298798ad25
  f852baf9_850d_d44b_3197_a9869e13fc7d["setEnabled()"]
  f852baf9_850d_d44b_3197_a9869e13fc7d -->|calls| 5b0af8ca_5190_33cc_31b6_4515c8bf019e
  a55afc47_a23a_76cf_3401_5ccab38abea9["reportUntracedLeak()"]
  a55afc47_a23a_76cf_3401_5ccab38abea9 -->|calls| 5b0af8ca_5190_33cc_31b6_4515c8bf019e
  style 5b0af8ca_5190_33cc_31b6_4515c8bf019e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/ResourceLeakDetector.java lines 157–159

    public static void setLevel(Level level) {
        ResourceLeakDetector.level = ObjectUtil.checkNotNull(level, "level");
    }

Domain

Subdomains

Frequently Asked Questions

What does setLevel() do?
setLevel() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/ResourceLeakDetector.java.
Where is setLevel() defined?
setLevel() is defined in common/src/main/java/io/netty/util/ResourceLeakDetector.java at line 157.
What calls setLevel()?
setLevel() is called by 2 function(s): reportUntracedLeak, setEnabled.

Analyze Your Own Codebase

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

Try Supermodel Free