Elastic.Apm.NLog 8.11.1
前缀已预留
.NET Standard 2.0 此包适用于 .NET Standard 2.0。该包与此框架或更高版本兼容。 .NET Framework 4.6.1 此包适用于 .NET Framework 4.6.1。该包与此框架或更高版本兼容。
dotnet add package Elastic.Apm.NLog --version 8.11.1
NuGet\Install-Package Elastic.Apm.NLog -Version 8.11.1
该命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用 NuGet 模块的 Install-Package 版本。
<PackageReference Include="Elastic.Apm.NLog" Version="8.11.1" />
对于支持 PackageReference 的项目,将此 XML 节点复制到项目文件中以引用包。
paket add Elastic.Apm.NLog --version 8.11.1
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
#r "nuget: Elastic.Apm.NLog, 8.11.1"
#r 指令可用于 F# Interactive 和多语言笔记本。将此内容复制到交互式工具或脚本的源代码中以引用包。
// Install Elastic.Apm.NLog as a Cake Addin #addin nuget:?package=Elastic.Apm.NLog&version=8.11.1 // Install Elastic.Apm.NLog as a Cake Tool #tool nuget:?package=Elastic.Apm.NLog&version=8.11.1
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
Elastic APM NLog 布局渲染器
允许您在 NLog 模板中添加以下占位符
ElasticApmTraceId
ElasticApmTransactionId
ElasticApmSpanId
ElasticApmServiceName
ElasticApmServiceNodeName
ElasticApmServiceVersion
这将被适当的 Elastic APM 变量替换(如果可用)
包
.NET 程序集在 NuGet 下以包名 Elastic.Apm.NLog 发布。
如何通过 API 使用
// Logged message will be in format of `trace-id|transation-id|span-id|InTransaction`
// or `|||InTransaction` if the place holders are not available
var consoleTarget = new ConsoleTarget("console");
consoleTarget.Layout =
"${ElasticApmServiceName}|${ElasticApmTraceId}|${ElasticApmTransactionId}|${ElasticApmSpanId}|${message}";
config.AddRule(LogLevel.Debug, LogLevel.Fatal, consoleTarget);
LogManager.Configuration = config;
var logger = LogManager.GetCurrentClassLogger();
如何通过 NLog.config 使用
<nlog>
<extensions>
<add assembly="Elastic.Apm.NLog"/>
</extensions>
<targets>
<target name="console"
type="console"
layout="${ElasticApmTraceId}|${ElasticApmTransactionId}|${ElasticApmSpanId}|${message}" />
</targets>
<rules>
<logger name="*" minLevel="Debug" writeTo="Console" />
</rules>
</nlog>
先决条件
此功能正常工作的先决条件是配置了 Elastic APM Agent。如果未配置代理,APM 占位符将为空。
版权和许可证
本软件版权所有(C)2014-2020,由Elasticsearch BV公司拥有。
这是一款自由软件,许可协议如下:[Apache License Version 2.0](https://github.com/elastic/ecs-dotnet/blob/main/license.txt)
产品 | 版本 兼容的以及额外计算的目标框架版本。 |
---|---|
.NET | net5.0 已计算。 net5.0-windows 已计算。 net6.0 已计算。 net6.0-android 已计算。 net6.0-ios 已计算。 net6.0-maccatalyst 已计算。 net6.0-macos 已计算。 net6.0-tvos 已计算。 net6.0-windows 已计算。 net7.0 已计算。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。 |
.NET Core | netcoreapp2.0 已计算。 netcoreapp2.1 已计算。 netcoreapp2.2 已计算。 netcoreapp3.0 已计算。 netcoreapp3.1 已计算。 |
.NET Standard | netstandard2.0 兼容。 netstandard2.1 已计算。 |
.NET Framework | net461 兼容。 net462 已计算。 net463 已计算。 net47 已计算。 net471 已计算。 net472 已计算。 net48 已计算。 net481 已计算。 |
MonoAndroid | monoandroid 已计算。 |
MonoMac | monomac 已计算。 |
MonoTouch | monotouch 已计算。 |
Tizen | tizen40 已计算。 tizen60 已计算。 |
Xamarin.iOS | xamarinios 已计算。 |
Xamarin.Mac | xamarinmac 已计算。 |
Xamarin.TVOS | xamarintvos 已计算。 |
Xamarin.WatchOS | xamarinwatchos 已计算。 |
-
.NETFramework 4.6.1
- Elastic.Apm (>= 1.22.0)
- NLog (>= 4.7.15)
-
.NETStandard 2.0
- Elastic.Apm (>= 1.22.0)
- NLog (>= 4.7.15)
NuGet 包
此包没有被任何 NuGet 包使用。
GitHub 仓库
此包没有被任何流行的 GitHub 仓库使用。
版本 | 下载 | 最后更新 |
---|---|---|
8.11.1 | 5,846 | 6/10/2024 |
8.11.0 | 10,067 | 4/10/2024 |
8.6.1 | 89,442 | 8/3/2023 |
8.6.0 | 26,147 | 5/9/2023 |
8.4.0-alpha4 | 127 | 3/28/2023 |
8.4.0-alpha3 | 102 | 3/15/2023 |
8.4.0-alpha2 | 103 | 3/1/2023 |
8.4.0-alpha1 | 111 | 2/20/2023 |
1.6.0-alpha1 | 6,010 | 6/2/2021 |
1.5.3 | 843,426 | 6/1/2021 |
1.5.1 | 112,644 | 6/3/2020 |
1.5.0 | 4,822 | 3/30/2020 |
1.4.4 | 524 | 3/25/2020 |
1.4.3 | 961 | 3/16/2020 |
1.4.2 | 634 | 3/6/2020 |
1.4.1 | 610 | 2/26/2020 |
1.4.0 | 6,961 | 1/29/2020 |
1.4.0-beta1 | 575 | 1/7/2020 |