Home / Function/ SetLevel() — fiber Function Reference

SetLevel() — fiber Function Reference

Architecture documentation for the SetLevel() function in fiberlog.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  6e529028_408c_0fb3_8073_ecbaeda13bcd["SetLevel()"]
  f33cb7b9_7c00_1e20_4ffa_4a54e655699b["fiberlog.go"]
  6e529028_408c_0fb3_8073_ecbaeda13bcd -->|defined in| f33cb7b9_7c00_1e20_4ffa_4a54e655699b
  style 6e529028_408c_0fb3_8073_ecbaeda13bcd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

log/fiberlog.go lines 141–143

func SetLevel(lv Level) {
	logger.SetLevel(lv)
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does SetLevel() do?
SetLevel() is a function in the fiber codebase, defined in log/fiberlog.go.
Where is SetLevel() defined?
SetLevel() is defined in log/fiberlog.go at line 141.

Analyze Your Own Codebase

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

Try Supermodel Free