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

Implement logging #10

Closed
stdevel opened this issue Dec 7, 2016 · 1 comment
Closed

Implement logging #10

stdevel opened this issue Dec 7, 2016 · 1 comment
Assignees

Comments

@stdevel
Copy link
Owner

stdevel commented Dec 7, 2016

Currently, debugging is only possible within Visual Studio. It would be handy to have a log file engine.

@stdevel stdevel self-assigned this Dec 7, 2016
stdevel added a commit that referenced this issue Dec 17, 2016
Preparation for release 0.1.1.1:
- implemented logger class for console, file and EventLog targets (see
issue #10)
- new settings `log_mode` and `log_level`
- added button for resetting broken settings to default values
- migrated all debug outputs to new logging class
- translated an error message
- fixed some dirty strings
@stdevel
Copy link
Owner Author

stdevel commented Dec 17, 2016

Implemented a logging class for console, file or EventLog targets in commit 0c7cb38.

@stdevel stdevel closed this as completed Dec 17, 2016
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