-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The functions will return true if log level is enabled I.e:
log.IsDebug() // returns true for trace and debug levels
log.IsTrace() // returns true for trace level
log.IsInfo() // returns true for trace, debug and info levels
// may a enum could be added to simplify those checks
this will help to avoid doing unnecessary, and maybe expensive, operations, for example, marshalling an object, or doing a reflection to check some condition or something else in debug mode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers