NLog.GelfTarget 4.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NLog.GelfTarget --version 4.2.0
NuGet\Install-Package NLog.GelfTarget -Version 4.2.0
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.GelfTarget" Version="4.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.GelfTarget --version 4.2.0
#r "nuget: NLog.GelfTarget, 4.2.0"
#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.GelfTarget as a Cake Addin
#addin nuget:?package=NLog.GelfTarget&version=4.2.0

// Install NLog.GelfTarget as a Cake Tool
#tool nuget:?package=NLog.GelfTarget&version=4.2.0

NLog.Targets.Gelf is a custom target for NLog and Graylog2 server

To use NLog.Targets.Gelf just add the following to your config file and place NLog.Targets.Gelf.dll in the same location as the NLog.dll file:

<nlog>
<extensions>
<add assembly="NLog.Targets.Gelf" />
</extensions>

<targets>
<target name="Gelf" type="Gelf" gelfserver="" port="12201" maxchunksize="8154" />
</targets>
<rules>
<logger name="*" minLevel="Trace" appendTo="Gelf"/>
</rules>
</nlog>

This project was an amalgamation of NLog.Targets.Syslog (https://github.com/graffen/NLog.Targets.Syslog) and Gelf4Net (https://github.com/jjchiw/gelf4net).  Thanks to those guys for their code.

This project is also using Newtonsoft.Json.dll (https://json.codeplex.com/) for json serialization.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
4.4.1 39,751 1/4/2017
4.3.9 3,758 9/21/2016
4.2.3 3,160 3/21/2016
4.2.0 2,034 11/19/2015
4.1.3 1,626 10/13/2015
4.1.2 1,899 10/6/2015
1.1.0 2,450 3/11/2015
1.0.0 2,328 12/12/2014