Releases: pableess/Bleess.Extensions.Logging.File
Releases · pableess/Bleess.Extensions.Logging.File
3.0.1
3.0.0
2.0.0
1.0.0
Initial Release
- Basic file logging features: rolling files, maximum file length, max number of files, etc
- Simple text and json formatters with options for single line, multi-line, and separated log statements
- Support for logging scopes
- Support for idiomatic microsoft.extensions.logging configuration
- Ability to reconfigure/change settings without restarting application
- Asynchronous log file writing for high log throughput and performance
- Current support for ms.extensions 3.x and greater