Haley.Log
2.0.15
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Haley.Log --version 2.0.15
NuGet\Install-Package Haley.Log -Version 2.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Haley.Log" Version="2.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Haley.Log --version 2.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Haley.Log, 2.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Haley.Log as a Cake Addin #addin nuget:?package=Haley.Log&version=2.0.15 // Install Haley.Log as a Cake Tool #tool nuget:?package=Haley.Log&version=2.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple logger based on .Net Standard to integrate in C# projects. Helps to export the log to different formats including txt, json, xml
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Haley.Extensions (>= 2.2.4)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Configuration (>= 8.0.0)
- System.Text.Json (>= 8.0.4)
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.0.16.1 | 119 | 8/14/2024 |
2.0.16 | 88 | 7/26/2024 |
2.0.15 | 66 | 7/26/2024 |
2.0.14.3 | 102 | 7/21/2024 |
2.0.14.2 | 97 | 7/21/2024 |
2.0.14.1 | 91 | 7/18/2024 |
2.0.14 | 89 | 7/18/2024 |
2.0.13 | 94 | 7/16/2024 |
2.0.12 | 94 | 7/12/2024 |
2.0.11 | 303 | 10/26/2023 |
2.0.9.3 | 179 | 8/28/2023 |
2.0.9 | 187 | 5/1/2023 |
2.0.8 | 216 | 4/5/2023 |
2.0.7.3 | 420 | 10/21/2022 |
2.0.7.2 | 418 | 10/14/2022 |
2.0.7.1 | 392 | 10/6/2022 |
2.0.7 | 459 | 7/12/2022 |
2.0.6 | 431 | 6/27/2022 |
2.0.5 | 475 | 2/12/2022 |
2.0.3 | 489 | 1/24/2022 |
2.0.2 | 500 | 1/19/2022 |
2.0.0 | 489 | 1/16/2022 |
1.0.7 | 412 | 9/5/2021 |
1.0.6.2 | 461 | 5/21/2021 |
1.0.4 | 428 | 12/6/2020 |
1.0.3 | 440 | 11/25/2020 |
1.0.2 | 522 | 11/24/2020 |
1.0.1 | 429 | 11/22/2020 |
1.0.0.4 | 454 | 10/12/2020 |
1.0.0.3 | 448 | 10/1/2020 |
implemented File Log provider to be used with .NET 6 api.