FileLog for AspNetCore NuGet Package

update:.net core 3.1
use:
services.AddFileLog(t =>
{
t.LogDirectory = Configuration.GetSection("Log:LogDirectory").Value;
t.SettingsPath = Configuration.GetSection("Log:SettingsPath").Value;
t.LogRequestPath = Configuration.GetSection("Log:LogRequestPath").Value;
});

Log information to file
support type: markdown,txt,database,system events.




Got any FileLog for AspNetCore Question?





Info

Version: 3.1.1
Author(s): Innolux.AspNetCore.FileLog
Last Update: Wednesday, January 20, 2021
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Innolux.AspNetCore.FileLog


Install
Install-Package Innolux.AspNetCore.FileLog
dotnet add package Innolux.AspNetCore.FileLog
paket add Innolux.AspNetCore.FileLog
Innolux.AspNetCore.FileLog Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1

avg-downloads-per-day

0

days-since-last-release

1192