Shitou.Framework.Nlog
1.0.0
dotnet add package Shitou.Framework.Nlog --version 1.0.0
NuGet\Install-Package Shitou.Framework.Nlog -Version 1.0.0
<PackageReference Include="Shitou.Framework.Nlog" Version="1.0.0" />
<PackageVersion Include="Shitou.Framework.Nlog" Version="1.0.0" />
<PackageReference Include="Shitou.Framework.Nlog" />
paket add Shitou.Framework.Nlog --version 1.0.0
#r "nuget: Shitou.Framework.Nlog, 1.0.0"
#:package Shitou.Framework.Nlog@1.0.0
#addin nuget:?package=Shitou.Framework.Nlog&version=1.0.0
#tool nuget:?package=Shitou.Framework.Nlog&version=1.0.0
<?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <targets> <target name="file" xsi:type="File" layout="${longdate} ${level} [${logger}]-${message} ${event-context:item=exception} ${stacktrace} ${event-context:item=stacktrace}" fileName="${basedir}/logs/${shortdate}/${level}.log" /> </targets> <rules> <logger name="*" minlevel="Debug" maxlevel="Error" writeTo="file" /> </rules> </nlog>
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Hosting (>= 2.1.1)
- Microsoft.Extensions.Logging (>= 2.1.1)
- nlog (>= 4.5.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 887 | 1/23/2019 |