Skip to content

Releases: pableess/Bleess.Extensions.Logging.File

2.0.0

20 Jan 05:06
Compare
Choose a tag to compare

Added support for multiple log files via a composite logger
New rolling file behavior including support for date based files
Bug fixes

1.0.0

26 Sep 21:27
f057df0
Compare
Choose a tag to compare

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