feature/logging #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/logging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Logging
With this pull request we will be adding logging to the program with the help of Serilog.
Defaults
By default only error and fatal event will be written to the console.
The program also now create a log file which logs debug information by default.