Log4ALA 2.3.4
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package Log4ALA --version 2.3.4
NuGet\Install-Package Log4ALA -Version 2.3.4
<PackageReference Include="Log4ALA" Version="2.3.4" />
paket add Log4ALA --version 2.3.4
#r "nuget: Log4ALA, 2.3.4"
// Install Log4ALA as a Cake Addin #addin nuget:?package=Log4ALA&version=2.3.4 // Install Log4ALA as a Cake Tool #tool nuget:?package=Log4ALA&version=2.3.4
Supported Frameworks
- .NETFramework >= 4.5
- .NETStandard 2.0
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 | 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 | 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.5
- log4net (>= 2.0.5)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.1.0)
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 2.0
- log4net (>= 2.0.8)
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 2.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)
- Microsoft.Extensions.Configuration.Json (>= 2.0.0)
- Microsoft.Extensions.Logging.Log4Net.AspNetCore (>= 2.0.3)
- Microsoft.Extensions.Primitives (>= 2.0.0)
- Newtonsoft.Json (>= 11.0.2)
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 |
---|---|---|
2.6.0 | 110,389 | 4/23/2019 |
2.5.0 | 2,567 | 2/21/2019 |
2.4.0 | 10,559 | 11/30/2018 |
2.3.6 | 2,468 | 11/9/2018 |
2.3.5 | 1,524 | 10/25/2018 |
2.3.4 | 1,282 | 10/10/2018 |
2.3.3 | 2,996 | 7/18/2018 |
2.3.2 | 1,381 | 7/13/2018 |
2.3.1 | 1,386 | 7/9/2018 |
2.3.0 | 1,454 | 7/6/2018 |
2.2.4 | 1,385 | 7/4/2018 |
2.2.3 | 1,430 | 7/3/2018 |
2.2.1 | 1,447 | 7/3/2018 |
2.1.2 | 7,035 | 6/14/2018 |
2.1.1 | 1,470 | 5/28/2018 |
2.1.0 | 1,433 | 5/26/2018 |
2.0.5 | 28,274 | 12/21/2017 |
2.0.4 | 1,697 | 7/28/2017 |
2.0.3 | 1,279 | 7/27/2017 |
2.0.1 | 1,286 | 7/18/2017 |
2.0.0 | 1,901 | 7/11/2017 |
1.0.9 | 1,414 | 7/10/2017 |
1.0.8.2 | 1,371 | 7/6/2017 |
1.0.8.1 | 1,286 | 7/6/2017 |
1.0.8 | 1,369 | 7/5/2017 |
1.0.7.1 | 1,333 | 6/27/2017 |
1.0.7 | 1,295 | 6/27/2017 |
1.0.6.1 | 1,462 | 6/22/2017 |
1.0.6 | 1,337 | 6/20/2017 |
1.0.5 | 1,353 | 6/14/2017 |
1.0.4 | 1,428 | 6/2/2017 |
1.0.3 | 1,489 | 6/1/2017 |
1.0.2 | 1,659 | 5/31/2017 |
1.0.1 | 1,457 | 5/16/2017 |
1.0.0 | 1,546 | 5/15/2017 |
Optimize json detection (now the detection will only be done if the log message really contains a json string to increase the performance by avoiding unnecessary exception flooding during the json check) and add new properties keyValueSeparator and keyValuePairSeparator to configure any other single char or multiple chars as separator for the keyValue detection in the log message (https://github.com/ptv-logistics/Log4ALA#features under bullet point 9).