Skip to content

Releases: pableess/Bleess.Extensions.Logging.File

3.0.1

08 Jan 17:59
Compare
Choose a tag to compare

use PackageLicenseExpression instead of including license file
no code changes

3.0.0

13 Dec 20:40
0447db7
Compare
Choose a tag to compare

Update for .NET 9, remove unsupported .NET versions (5 and 7)
Add options for more control on how the file writer will flush to disk

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