log4net-loggly
9.0.0
dotnet add package log4net-loggly --version 9.0.0
NuGet\Install-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 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. |
-
.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 | 1,090,192 | 3/19/2019 |
9.0.0-beta1 | 1,517 | 1/29/2019 |
8.0.1 | 75,940 | 9/20/2018 |
8.0.1-beta | 1,267 | 9/13/2018 |
8.0.0 | 20,983 | 5/3/2018 |
8.0.0-beta1 | 1,539 | 4/13/2018 |
7.3.0 | 352,694 | 3/24/2017 |
7.2.3 | 106,842 | 11/23/2016 |
7.2.1 | 71,648 | 6/27/2016 |
7.2.0 | 4,840 | 6/2/2016 |
7.2.0-beta | 1,754 | 5/17/2016 |
7.1.0 | 26,137 | 1/20/2016 |
7.0.0 | 44,460 | 5/26/2015 |
7.0.0-beta | 1,706 | 5/1/2015 |
6.0.5 | 6,682 | 4/1/2015 |
5.0.0 | 105,010 | 1/6/2015 |
4.1.0 | 5,337 | 12/2/2014 |
4.0.0 | 5,236 | 11/10/2014 |
3.0.0 | 7,980 | 8/28/2014 |
2.0.0 | 16,420 | 6/2/2014 |
1.0.1 | 1,981 | 5/27/2014 |
1.0.0 | 1,955 | 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.