Home / Type/ FormatLogger Type — fiber Architecture

FormatLogger Type — fiber Architecture

Architecture documentation for the FormatLogger type/interface in log.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  33c1bff9_009e_920a_89a9_abf11ca095db["FormatLogger"]
  05d2e69f_2f9c_91ef_77c4_ba99b4116598["log.go"]
  33c1bff9_009e_920a_89a9_abf11ca095db -->|defined in| 05d2e69f_2f9c_91ef_77c4_ba99b4116598
  style 33c1bff9_009e_920a_89a9_abf11ca095db fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

log/log.go lines 37–45

type FormatLogger interface {
	Tracef(format string, v ...any)
	Debugf(format string, v ...any)
	Infof(format string, v ...any)
	Warnf(format string, v ...any)
	Errorf(format string, v ...any)
	Fatalf(format string, v ...any)
	Panicf(format string, v ...any)
}

Defined In

Frequently Asked Questions

What is the FormatLogger type?
FormatLogger is a type/interface in the fiber codebase, defined in log/log.go.
Where is FormatLogger defined?
FormatLogger is defined in log/log.go at line 37.

Analyze Your Own Codebase

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

Try Supermodel Free