-
Notifications
You must be signed in to change notification settings - Fork 1
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 #5
Comments
How did you plan on implementing this? Third party library? Builtin? or writing your own implementation? |
log4net |
What appenders were you planning on using? |
Don't know, haven't looked into it much. |
We could write are own implementation and benefit from it being lightweight compared to third party alternatives where they would come with a bunch of stuff that we would never use and just make the program larger than it needs to be. |
No description provided.
The text was updated successfully, but these errors were encountered: