We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goal is to expose log level from log library.
Expose log level for default logger, since logger already does it - Refer here
log.Level()
and provide helper methods. It would be helpful for user to check before doing log (it contributes to performance).
The text was updated successfully, but these errors were encountered:
log level exposed go-aah/aah#61, discard receiver added
73fe517
f80d281
check log level to reduce execution time #61
f119ae0
It's done.
Sorry, something went wrong.
jeevatkm
No branches or pull requests
Goal is to expose log level from log library.
Expose log level for default logger, since logger already does it - Refer here
and provide helper methods. It would be helpful for user to check before doing log (it contributes to performance).
The text was updated successfully, but these errors were encountered: