MCPcopy
hub / github.com/redis/go-redis / WarnOrAbove

Method WarnOrAbove

internal/log.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (l LogLevelT) WarnOrAbove() bool {
70 return l >= LogLevelWarn
71}
72
73func (l LogLevelT) InfoOrAbove() bool {
74 return l >= LogLevelInfo

Callers 6

recordFailureMethod · 0.80
processHandoffRequestMethod · 0.80
queueHandoffMethod · 0.80
closeConnFromRequestMethod · 0.80
DetectEndpointTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected