MCPcopy
hub / github.com/gofiber/fiber / toString

Method toString

log/log.go:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (lv Level) toString() string {
116 if lv >= LevelTrace && lv <= LevelPanic {
117 return strs[lv]
118 }
119 return fmt.Sprintf("[?%d] ", lv)
120}

Callers 15

isEtagStaleMethod · 0.80
RouteMethod · 0.80
processFlashMessagesMethod · 0.80
UserAgentMethod · 0.80
RefererMethod · 0.80
AcceptLanguageMethod · 0.80
AcceptEncodingMethod · 0.80
MediaTypeMethod · 0.80
CharsetMethod · 0.80
CookiesMethod · 0.80
FormValueMethod · 0.80
FreshMethod · 0.80

Calls

no outgoing calls