NLog.Targets.Loggly 4.8.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package NLog.Targets.Loggly --version 4.8.22
                    
NuGet\Install-Package NLog.Targets.Loggly -Version 4.8.22
                    
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.Loggly" Version="4.8.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NLog.Targets.Loggly" Version="4.8.22" />
                    
Directory.Packages.props
<PackageReference Include="NLog.Targets.Loggly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NLog.Targets.Loggly --version 4.8.22
                    
#r "nuget: NLog.Targets.Loggly, 4.8.22"
                    
#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.
#addin nuget:?package=NLog.Targets.Loggly&version=4.8.22
                    
Install NLog.Targets.Loggly as a Cake Addin
#tool nuget:?package=NLog.Targets.Loggly&version=4.8.22
                    
Install NLog.Targets.Loggly as a Cake Tool

A custom target for NLog that sends log messages to loggly.com using the loggly-csharp library

Product 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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NLog.Targets.Loggly:

Package Downloads
Velaro.Shared

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.8.63 62,200 8/19/2022
4.8.45 92,710 5/15/2021
4.8.38 25,867 11/7/2020
4.8.26 191,015 1/26/2020
4.8.24 1,321 12/31/2019
4.8.22 1,026 12/29/2019
4.8.18 4,644 12/12/2019
4.8.16 73,599 9/16/2019
4.8.11 1,094 9/15/2019
4.8.10 1,323 9/5/2019
4.8.9 1,008 9/5/2019
4.8.6 1,039 9/5/2019
4.8.5 17,716 2/6/2019
4.7.0 17,915 4/23/2018
4.5.2.6 2,757 4/23/2018
4.5.2.5 29,373 11/27/2015
4.5.2.4 1,755 11/27/2015
4.5.2.3 1,733 11/27/2015
4.5.2 6,366 11/5/2014
4.5.2-alpha-v4 1,993 11/3/2014
4.5.1 1,869 10/26/2014
4.5.0 1,701 10/24/2014
4.5.0-alpha-v4 1,499 10/24/2014
4.5.0-alpha-v3 1,559 10/23/2014
4.5.0-alpha-v2 1,428 10/22/2014
4.5.0-alpha 1,538 10/22/2014
1.0.1 2,811 11/12/2013
1.0.0 2,038 9/7/2013
0.2.0 2,502 7/6/2012
0.1.0 1,968 7/6/2012

The following Loggly Config Values can be configured directly on the NLog Target:
- CustomerToken - Required value, unless configured elsewhere
- LogTransport - Loggly EndPoint Protocol (Https, SyslogUdp, SyslogTcp, SyslogSecure). Default = Https
- EndpointHostname - Loggly EndPoint HostName. Default = logs-01.loggly.com
- EndpointPort - Loggly EndPoint Port Number. Default = Value matching LogTransport
- ApplicationName - Application Identifier. Default = AppDomain FriendlyName