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
A layer that support API compatibility with stdlib logging module for client operations only. The following code should just work:
from twiggy import logging_compat as logging log = logging.getLogger("oldcode") log.info("Shh, don't tell")
Also write a logging_compat.hijack() method to inject itself into sys.modules so that no modification to old code is needed at all.
There is no plan to support stlib handlers or formatters.
See here for more details: http://blog.wearpants.org/lognametwiggyinfowhats-new-whats-next
Imported from Bitbucket.
The text was updated successfully, but these errors were encountered:
This is mostly done in a branch & just needs to be merged.
Sorry, something went wrong.
Write a mini-timeline for incorporating stuff from here: https://docs.python.org/3/library/logging.html
No branches or pull requests
A layer that support API compatibility with stdlib logging module for client operations only. The following code should just work:
Also write a logging_compat.hijack() method to inject itself into sys.modules so that no modification to old code is needed at all.
There is no plan to support stlib handlers or formatters.
See here for more details: http://blog.wearpants.org/lognametwiggyinfowhats-new-whats-next
Imported from Bitbucket.
The text was updated successfully, but these errors were encountered: