You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
We need to provide a way for callers to check whether a specific level is currently enabled for the log, so they can avoid doing any unnecessary expensive work related to building the arguments for it.
For example:
iflog.IsDebugOn() {
}
The text was updated successfully, but these errors were encountered:
We need to provide a way for callers to check whether a specific level is currently enabled for the log, so they can avoid doing any unnecessary expensive work related to building the arguments for it.
For example:
The text was updated successfully, but these errors were encountered: