File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
src/Bleess.Extensions.Logging.File Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 2828 - Support for standard microsoft.extensions.logging configuration
2929 - Ability to reconfigure/change settings without restarting application
3030 - Asynchronous log file writing for high log througput and performance
31+ - Current support for ms.extensions 3.x and greater
3132
3233 </PackageReleaseNotes >
3334 </PropertyGroup >
4142 <ItemGroup >
4243 <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 3.0.0" />
4344 <PackageReference Include =" Microsoft.Extensions.Logging.Configuration" Version =" 3.0.0" />
44- <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.0.1" />
4545 <PackageReference Include =" System.Text.Json" Version =" 4.7.2" />
4646 </ItemGroup >
4747</Project >
Original file line number Diff line number Diff line change 22{
33 using Microsoft . Extensions . Logging ;
44 using Microsoft . Extensions . Options ;
5- using Serilog ;
6- using Serilog . Extensions . Logging ;
75 using System ;
86 using System . Collections . Concurrent ;
97 using System . Collections . Generic ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments