Aicrosoft.Extensions.NLog
6.2.1
See the version list below for details.
dotnet add package Aicrosoft.Extensions.NLog --version 6.2.1
NuGet\Install-Package Aicrosoft.Extensions.NLog -Version 6.2.1
<PackageReference Include="Aicrosoft.Extensions.NLog" Version="6.2.1" />
paket add Aicrosoft.Extensions.NLog --version 6.2.1
#r "nuget: Aicrosoft.Extensions.NLog, 6.2.1"
// Install Aicrosoft.Extensions.NLog as a Cake Addin #addin nuget:?package=Aicrosoft.Extensions.NLog&version=6.2.1 // Install Aicrosoft.Extensions.NLog as a Cake Tool #tool nuget:?package=Aicrosoft.Extensions.NLog&version=6.2.1
Aicrosoft.Extensions.NLog
Some extensions on NLog log output
Features
- After adding ${az-level}, you can output the corresponding color to mark different log levels in the AzureDevops Pipeline
- Added LogHelper.SetConfigurationVariable method to dynamically set variables in NLog.
- The variables introduced in NLog pay attention to setting the default initial value, even if it is not changed dynamically, the configuration of the log is available. See related configuration of NLog.
特性
- 加上${az-level}后可以在AzureDevops的Pipeline里输出对应的颜色标记不同的日志级别
- 加上LogHelper.SetConfigurationVariable方法,以动态设置NLog中的变量。
- NLog中引入的变量注意设置好默认的初始值,即使不动态更改,也使日志的配置可用。参见NLog的相关配置。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
net6.0
- Aicrosoft.Extensions.Hosting (>= 6.2.1)
- Microsoft.ApplicationInsights.NLogTarget (>= 2.21.0)
- NLog.Extensions.Logging (>= 5.2.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aicrosoft.Extensions.NLog:
Package | Downloads |
---|---|
SuperJobs.Core
Extensions of Aicrosoft Ltd. |
|
Aicrosoft.DataAccess.DbMigration
Extensions of Aicrosoft Ltd. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Ver:6.1.6 2023-03-16 Release Notes:
- Fix some waring in code.
- Add extension method IfNotNullOrEmptyThen to run Action when a string value is not empty
- LogHelper.SetConfigurationVariable replaces old SetNLogConfigVariable (flag not available)
- Increase the execution of If conditions, mark other If methods as expired and be removed
- Added the generation of ReleaseNote