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

Log: Introduce log level #113

Open
ScreamingDev opened this issue Jul 27, 2017 · 0 comments
Open

Log: Introduce log level #113

ScreamingDev opened this issue Jul 27, 2017 · 0 comments

Comments

@ScreamingDev
Copy link
Contributor

Currently logging is centralized and has one level.
This isn't enough for debugging and finding problems
as logs either grow very large due to only one log level
or contain almost no information due to missing logging at some functions.
Implement the PSR-3 logging interface
and add logging to some public methods.

  • see \WC_Shipcloud_Shipping::log
@ScreamingDev ScreamingDev changed the title Log: Introduct log level Log: Introduce log level Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant