NLog.Targets.Fluentd.Net5 1.0.2

dotnet add package NLog.Targets.Fluentd.Net5 --version 1.0.2
NuGet\Install-Package NLog.Targets.Fluentd.Net5 -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.Targets.Fluentd.Net5" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Targets.Fluentd.Net5 --version 1.0.2
#r "nuget: NLog.Targets.Fluentd.Net5, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog.Targets.Fluentd.Net5 as a Cake Addin
#addin nuget:?package=NLog.Targets.Fluentd.Net5&version=1.0.2

// Install NLog.Targets.Fluentd.Net5 as a Cake Tool
#tool nuget:?package=NLog.Targets.Fluentd.Net5&version=1.0.2

Fork of Nlog.Targets.Fluentd.NetStandard package

NLog.Targets.Fluentd

NLog.Targets.Fluents is a custom target of NLog that emits the log entries to a fluentd node.

Settings

Setting Description Default
Host Host name of the fluentd node 127.0.0.1
Port Port number of the fluentd node 24224
Tag Fluentd tag name caller assembly name
NoDelay Send log even if buffer is not full false
SendBufferSize Send buffer size 8192
SendTimeout Send timeout 1000
LingerEnabled Wait for all the data to be sent when closing the connection true
LingerTime Linger timeout 1000
EmitStackTraceWhenAvailable Emit a stacktrace for every log entry when available (May be pretty big, especially with Web app since it includes nlog stack) false
IncludeAllProperties Include structured logging parameters for every log entry false
IncludeCallerInfo Include caller information (caller class name, member name, filepath and linenumber) false
ExcludeProperties Comma separated string with names which properties to exclude. Only used when IncludeAllProperties is true. empty (ex: prop1, pro2)

License

NLog.Targets.Fluentd

Copyright (c) 2014 Moriyoshi Koizumi and contributors.

This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2 29,413 6/25/2021
1.0.1 338 6/24/2021
1.0.0 327 6/23/2021

Use async Dictionary serializer