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

Add decorator logger for pydebug #13

Merged
merged 3 commits into from
Apr 10, 2018
Merged

Add decorator logger for pydebug #13

merged 3 commits into from
Apr 10, 2018

Conversation

MartinHjelmare
Copy link
Owner

  • Use decorator to pass the same messages to the debug log as is passed using the debug function to standard err.
  • This will let users use python standard logging.
  • Respect pydebug api and make output logging safe.
  • Do not add newline by default.

* Use decorator to pass the same messages to the debug log as is passed
  using the debug function to standard out.
* This will let users use python standard logging.
@MartinHjelmare MartinHjelmare merged commit abff1b9 into MartinHjelmare:master Apr 10, 2018
@MartinHjelmare MartinHjelmare deleted the add-logger branch April 10, 2018 09:42
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

Successfully merging this pull request may close these issues.

1 participant