e.g. D:/2022/03/15/logfile_20220315.log
- Create LoggerOptions Class
- Create LoggerProvider Class
- Create Logger Class
- Add Config Items To App.config
This shows how to implement ILogger in .NetFramework Environment. It also shows how to avoid exceptions when writing logs in multi-threaded environment Last but not least, it shows how to separate logs into individual files according to some IDs
Refer to the Mainform button event handlers to see how to use it.