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 more at important places in the code #4

Open
rudibatt opened this issue Jul 2, 2014 · 0 comments
Open

log more at important places in the code #4

rudibatt opened this issue Jul 2, 2014 · 0 comments

Comments

@rudibatt
Copy link

rudibatt commented Jul 2, 2014

  1. Define the single values and when they are used:
    • error: only if an error can not be bypassed by a fallback behaviour
    • warn: if there is an error, but also a fallback behaviour
    • info: relevant information about the current process
    • debug: details about relevant information (e.g. parameters)
    • trace: detailed information about everything
  2. improve the existing logging by this definition
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