log4net-loggly
9.0.0
Install-Package log4net-loggly -Version 9.0.0
dotnet add package log4net-loggly --version 9.0.0
<PackageReference Include="log4net-loggly" Version="9.0.0" />
paket add log4net-loggly --version 9.0.0
#r "nuget: log4net-loggly, 9.0.0"
// 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
See https://github.com/loggly/log4net-loggly/blob/v9.0.0/README.md for full package documentation.
Product | Versions |
---|---|
.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 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- log4net (>= 2.0.8)
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 2.0
- log4net (>= 2.0.8)
- Newtonsoft.Json (>= 10.0.3)
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 | 742,625 | 3/19/2019 |
9.0.0-beta1 | 832 | 1/29/2019 |
8.0.1 | 63,084 | 9/20/2018 |
8.0.1-beta | 585 | 9/13/2018 |
8.0.0 | 15,991 | 5/3/2018 |
8.0.0-beta1 | 865 | 4/13/2018 |
7.3.0 | 292,238 | 3/24/2017 |
7.2.3 | 75,493 | 11/23/2016 |
7.2.1 | 63,733 | 6/27/2016 |
7.2.0 | 3,354 | 6/2/2016 |
7.2.0-beta | 1,062 | 5/17/2016 |
7.1.0 | 19,839 | 1/20/2016 |
7.0.0 | 36,850 | 5/26/2015 |
7.0.0-beta | 1,000 | 5/1/2015 |
6.0.5 | 5,556 | 4/1/2015 |
5.0.0 | 35,395 | 1/6/2015 |
4.1.0 | 3,807 | 12/2/2014 |
4.0.0 | 4,009 | 11/10/2014 |
3.0.0 | 5,151 | 8/28/2014 |
2.0.0 | 15,546 | 6/2/2014 |
1.0.1 | 1,118 | 5/27/2014 |
1.0.0 | 1,135 | 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.