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
logger.log
Example:
logger.log("INFO", "Message")
This looks like it could work, but log() only takes an integer such as logging.INFO.
log()
logging.INFO
The text was updated successfully, but these errors were encountered:
This is a bit duplicative of type-checking, but I think at least checking for strings is worth it. Type-checking still has fairly low adoption.
Sorry, something went wrong.
Meh, log() is not often used.
Actually should be easy if implementing #30.
No branches or pull requests
Description
Example:
This looks like it could work, but
log()
only takes an integer such aslogging.INFO
.The text was updated successfully, but these errors were encountered: