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

[FEATURE] - Logging instead of print #49

Open
mr-ubik opened this issue Feb 10, 2020 · 0 comments
Open

[FEATURE] - Logging instead of print #49

mr-ubik opened this issue Feb 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mr-ubik
Copy link
Contributor

mr-ubik commented Feb 10, 2020

System information

  • AshPy version (you are using): 0.4.0
  • Are you willing to contribute it (Yes/No): Yes

Describe the feature and the current behavior/state

Currently, we use a combination of print() and tf.print() to handle console output. Unifying them via a standardized logging could increase clarity and give the end-user control over the displayed messages via a logger while letting the developer have better control over debug, info, and warning messages..

Will this change the current API? How?

No change to it.

Who will benefit with this feature?

  • End Users
  • Developers
@mr-ubik mr-ubik added the enhancement New feature or request label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant