MyLab.Log
3.0.0
See the version list below for details.
dotnet add package MyLab.Log --version 3.0.0
NuGet\Install-Package MyLab.Log -Version 3.0.0
<PackageReference Include="MyLab.Log" Version="3.0.0" />
paket add MyLab.Log --version 3.0.0
#r "nuget: MyLab.Log, 3.0.0"
// Install MyLab.Log as a Cake Addin #addin nuget:?package=MyLab.Log&version=3.0.0 // Install MyLab.Log as a Cake Tool #tool nuget:?package=MyLab.Log&version=3.0.0
.NET Core based framework which defines advanced log entity model for built-in .NET Core logging subsystem
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 | 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. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- YamlDotNet (>= 9.1.4)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on MyLab.Log:
Package | Downloads |
---|---|
MyLab.Log.Dsl
Provides abilities to make log message by `Domain Specific Language` style. Uses buil-in `.NET Core` logging. |
|
MyLab.RabbitClient
RabbitMQ client library for .NET Core 3.1+ |
|
MyLab.Mq
Message Queue client application. Contains client and server abilities based on RabbitMQ implementation |
|
MyLab.AsyncProcessor.Sdk
Allow to build processor-application for MyLab.AsyncProc |
|
MyLab.TaskApp
.NET Core task-application framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.29 | 172 | 3/11/2024 |
3.6.28 | 540 | 11/3/2023 |
3.6.27 | 119 | 11/3/2023 |
3.5.28 | 221 | 10/9/2023 |
3.5.26 | 481 | 9/28/2023 |
3.5.24 | 1,420 | 2/1/2023 |
3.4.21 | 279 | 1/19/2023 |
3.4.20 | 307 | 1/13/2023 |
3.3.15 | 942 | 6/29/2022 |
3.3.12 | 2,773 | 2/10/2022 |
3.3.11 | 462 | 2/9/2022 |
3.3.10 | 644 | 12/16/2021 |
3.2.10 | 6,839 | 11/19/2021 |
3.2.9 | 1,708 | 2/8/2022 |
3.1.9 | 1,530 | 9/29/2021 |
3.1.8 | 4,160 | 8/29/2021 |
3.1.7 | 1,352 | 8/19/2021 |
3.1.5 | 1,753 | 6/28/2021 |
3.1.3 | 415 | 6/27/2021 |
3.0.3 | 8,370 | 2/25/2021 |
3.0.0 | 381 | 2/23/2021 |
Added
- This changelog
- Readme
Changed
* Remove actually unnecessary log properties: `Id`, `EventId`
* Support built-in `yaml` serialization
* Support built-in `json` serialization
* Rename log-attributes to facts
* Remake markers to labels
* Default formatter log representation form is `yaml`
* Change exception around log functional
* Renaming `MyLab.Logging` -> `MyLab.Log`