Skip to content
New issue

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

Use Python's built-in logging module instead of a custom logger #1

Open
msricher opened this issue Jul 16, 2020 · 0 comments
Open

Use Python's built-in logging module instead of a custom logger #1

msricher opened this issue Jul 16, 2020 · 0 comments

Comments

@msricher
Copy link

Suggestion on usability:

HORTON 2 had a custom logging class, that prints messages directly to stdout. It doesn't play nice if you want to silence it, or modify it, while using HORTON in your own code. Python has a standard logging module, https://docs.python.org/3/library/logging.html, for writing to stdout or stderr, and controlling the verbosity of your program. It would be nice to build the HORTON 3 logger using this standard module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant