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 Logging #11

Open
mxhdev opened this issue Oct 15, 2015 · 0 comments
Open

Add Logging #11

mxhdev opened this issue Oct 15, 2015 · 0 comments
Labels

Comments

@mxhdev
Copy link
Owner

mxhdev commented Oct 15, 2015

The application currently (as of 15. oct 2015) prints detailed informations about the parsing and execution process to the console via

System.out.println()

Because this is a bad style of doing things, this should be done via a file logger. This file will contain detailed informations about what happended in the process of parsing strings and show any errors and exceptions which were thrown.

@mxhdev mxhdev added the minor label Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant