Innolux.AspNetCore.FileLog
3.1.1
dotnet add package Innolux.AspNetCore.FileLog --version 3.1.1
NuGet\Install-Package Innolux.AspNetCore.FileLog -Version 3.1.1
<PackageReference Include="Innolux.AspNetCore.FileLog" Version="3.1.1" />
paket add Innolux.AspNetCore.FileLog --version 3.1.1
#r "nuget: Innolux.AspNetCore.FileLog, 3.1.1"
// Install Innolux.AspNetCore.FileLog as a Cake Addin #addin nuget:?package=Innolux.AspNetCore.FileLog&version=3.1.1 // Install Innolux.AspNetCore.FileLog as a Cake Tool #tool nuget:?package=Innolux.AspNetCore.FileLog&version=3.1.1
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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