log4net-loggly 9.0.0

dotnet add package log4net-loggly --version 9.0.0
NuGet\Install-Package log4net-loggly -Version 9.0.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="log4net-loggly" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net-loggly --version 9.0.0
#r "nuget: log4net-loggly, 9.0.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 log4net-loggly as a Cake Addin
#addin nuget:?package=log4net-loggly&version=9.0.0

// Install log4net-loggly as a Cake Tool
#tool nuget:?package=log4net-loggly&version=9.0.0
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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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 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 (4)

Showing the top 4 NuGet packages that depend on log4net-loggly:

Package Downloads
Osigu.Insurers

Osigu SDK for insurers

Osigu.Providers

Osigu SDK for providers

EasyCrud.Loggly

Loggly based logging support

Lucas.Solutions-Core.Contract

Lucas Solutions Core Contract

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on log4net-loggly:

Repository Stars
G-Stas/Volumey
Volume mixer that allows you to set up global hotkeys to control your Windows audio system.
Version Downloads Last updated
9.0.0 1,011,261 3/19/2019
9.0.0-beta1 1,445 1/29/2019
8.0.1 70,360 9/20/2018
8.0.1-beta 1,173 9/13/2018
8.0.0 20,361 5/3/2018
8.0.0-beta1 1,466 4/13/2018
7.3.0 334,442 3/24/2017
7.2.3 96,485 11/23/2016
7.2.1 69,449 6/27/2016
7.2.0 4,526 6/2/2016
7.2.0-beta 1,683 5/17/2016
7.1.0 25,367 1/20/2016
7.0.0 43,404 5/26/2015
7.0.0-beta 1,614 5/1/2015
6.0.5 6,523 4/1/2015
5.0.0 80,132 1/6/2015
4.1.0 5,179 12/2/2014
4.0.0 5,024 11/10/2014
3.0.0 7,752 8/28/2014
2.0.0 16,335 6/2/2014
1.0.1 1,898 5/27/2014
1.0.0 1,872 5/27/2014

- Fixed serialization of logged objects. They are now again serialized as full JSON instead of their .NET type name.
     - Fixed issue when logicalThreadContextKeys and globalContextKeys were ignored if <layout> definition was used.
     - Fixed priority of GlobalContext, ThreadContext, LogicalThreadContext and EventContext properties. It was in reverse order than it should be. Correct priority from highest to lowest is EventContext -> LogicalThreadContext -> ThreadContext -> GlobalContext
     - Removed option to use Loggly /inputs HTTP endpoint. All logs are sent via /bulk endpoint.
     - Changed inner exception property names. Previously the exception properties were named "exceptionType, exceptionMessage" etc. but inner exception properties were "innerExceptionType, innerExceptionMessage" etc. This was unified and inner exception properties are now also named "exceptionType, exceptionMessage" etc.
     - Changed default number of inner exceptions that are sent in log from 1 to 4.
     - Changed visibility of private/internal classes to be really internal. Only public class is now LogglyAppender.