Common.AsyncLogging
1.0.19
dotnet add package Common.AsyncLogging --version 1.0.19
NuGet\Install-Package Common.AsyncLogging -Version 1.0.19
<PackageReference Include="Common.AsyncLogging" Version="1.0.19" />
paket add Common.AsyncLogging --version 1.0.19
#r "nuget: Common.AsyncLogging, 1.0.19"
// Install Common.AsyncLogging as a Cake Addin
#addin nuget:?package=Common.AsyncLogging&version=1.0.19
// Install Common.AsyncLogging as a Cake Tool
#tool nuget:?package=Common.AsyncLogging&version=1.0.19
.Net Standard common logging abstractions to make logging calls asynchronous in an application. The abstration allows for any logging library (Log4Net and etc) to be used as the library abstractions will "spool" the log entries.
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
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 |
---|---|---|
1.0.19 | 165 | 12/5/2022 |
1.0.17 | 429 | 11/21/2020 |
1.0.16 | 398 | 11/21/2020 |
1.0.15 | 320 | 11/21/2020 |
1.0.14 | 320 | 11/17/2020 |
1.0.13 | 389 | 11/14/2020 |
1.0.12 | 314 | 11/14/2020 |
1.0.11 | 324 | 11/13/2020 |
1.0.10 | 364 | 11/7/2020 |
1.0.9 | 319 | 11/7/2020 |
1.0.8 | 310 | 10/22/2020 |
1.0.7 | 458 | 9/17/2019 |
1.0.6 | 474 | 9/11/2019 |
1.0.5 | 438 | 9/11/2019 |
1.0.4 | 432 | 9/10/2019 |
1.0.3 | 426 | 7/26/2019 |
1.0.2 | 498 | 4/25/2019 |
1.0.1 | 481 | 3/27/2019 |
1.0.0 | 664 | 12/7/2018 |
Added late-binding log writer abstractions
Added Log to Audit
Changed names to prevent confusion
Changed ExtendedProperties to IDictionary<string, object> to make it more useable
Made AbstractLogger class to simplify using your own logging class
Added GenericLogger to allow the use of custom log entry classes
Changed method signatures to make them more useable
Added ThreadId and ThreadName
switched from CustomPair to KeyPair<string, object> for extended properties and more performance inprovements
Improved performance
Changed Logger to CommonLogger to prevent naming confusion
Made LogLevels bitwise to allow configuration to control logging by level
Added Process ID and ProcessName to ApplicationMetadata
Update Application Metadata
Added Correlation Id to logging
Numeric elasped time added (double for elasped milliseconds)