ProphetsWay.Logger
1.3.0
Prefix Reserved
See the version list below for details.
dotnet add package ProphetsWay.Logger --version 1.3.0
NuGet\Install-Package ProphetsWay.Logger -Version 1.3.0
<PackageReference Include="ProphetsWay.Logger" Version="1.3.0" />
paket add ProphetsWay.Logger --version 1.3.0
#r "nuget: ProphetsWay.Logger, 1.3.0"
// Install ProphetsWay.Logger as a Cake Addin #addin nuget:?package=ProphetsWay.Logger&version=1.3.0 // Install ProphetsWay.Logger as a Cake Tool #tool nuget:?package=ProphetsWay.Logger&version=1.3.0
v1.3.0
Metadata Extensions
With the addition of Generics, I wanted to make an easier way for a user to log statements around their context/metadata
object. Instead of requiring Logger.Info("information message", customMetadataObj);
, now you can modify your custom
object to implement the interface ILoggerMetadata
. With this small change, logging becomes as easy as
customMetadataObj.Info("information message");
.
Cleaned up architecture of base logging destination classes. I didn't like how the generic base inherited the regular base, and thus
the generic base had both log functions implemented (Log
and Log<T>
, even tho only one was accessible).
Created new base class for Destinations where the log level check logic, and the message massager can be shared across
both base destinations.
v1.2.0
Now with Generics!
Added the ability to log a custom object to a destination. Currently only GenericEventDestination<T>
was
created for testing purposes, however the point of a generic Logger is so you can put your custom metadata into
your logs however/where you choose. Immediate examples are having a custom database Destination, and you would want
to pass context of where/who/what is calling the log statement. All of that context/metadata can be put into
a custom object class and call Logger.Info("information message", customMetadataObj);
, and then your custom
destination will parse out all the properties of your object, and log them accordingly.
There is no need to include Message
or Exception
in your custom object, as they are still required
parameters for using Logger and will be passed via the BaseLoggingDestination.
v1.1.0
Project Refactor
Changed a lot of properties on the .csproj file and updated the build/release pipelines for a more seamless setup.
v1.0.0
Initial proper release.
Contains functionality to log messages and exceptions. See the README.MD for general information.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp1.0 is compatible. netcoreapp1.1 is compatible. netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 2.2
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
-
.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 |
---|---|---|
3.0.1-420.Beta | 124 | 5/13/2022 |
3.0.1-420.Alpha | 107 | 5/13/2022 |
3.0.1-418.Alpha | 112 | 5/13/2022 |
3.0.1-352.Beta | 104 | 4/27/2022 |
3.0.1-352.Alpha | 99 | 4/27/2022 |
3.0.0 | 471 | 1/26/2021 |
3.0.0-248.Beta | 142 | 1/26/2021 |
3.0.0-248.Alpha | 135 | 1/26/2021 |
2.2.0-238.Alpha | 161 | 1/26/2021 |
2.1.0 | 529 | 6/3/2020 |
2.1.0-182.Beta | 232 | 6/3/2020 |
2.1.0-182.Alpha | 223 | 6/3/2020 |
2.0.0 | 727 | 4/20/2019 |
2.0.0-105.Alpha | 281 | 4/21/2019 |
2.0.0-97.Beta | 279 | 4/20/2019 |
2.0.0-97.Alpha | 287 | 4/20/2019 |
1.3.0 | 682 | 4/20/2019 |
1.3.0-95.Beta | 285 | 4/20/2019 |
1.3.0-95.Alpha | 275 | 4/20/2019 |
1.3.0-94.Alpha | 290 | 4/20/2019 |
1.3.0-93.Alpha | 285 | 4/20/2019 |
1.2.0 | 800 | 4/6/2019 |
1.2.0-Beta-89 | 450 | 4/6/2019 |
1.2.0-Beta-88 | 424 | 4/6/2019 |
1.2.0-Alpha-89 | 460 | 4/6/2019 |
1.2.0-Alpha-88 | 417 | 4/4/2019 |
1.2.0-Alpha-87 | 435 | 4/4/2019 |
1.1.0 | 589 | 3/24/2019 |
1.1.0-Beta-85 | 436 | 3/24/2019 |
1.1.0-Alpha-85 | 437 | 3/24/2019 |
1.1.0-Alpha-84 | 426 | 3/24/2019 |
1.1.0-Alpha-81 | 441 | 3/24/2019 |
1.1.0-Alpha-79 | 442 | 3/24/2019 |
1.1.0-Alpha-75 | 422 | 3/24/2019 |
1.1.0-Alpha-74 | 452 | 3/24/2019 |
1.1.0-Alpha-72 | 449 | 3/24/2019 |
1.0.0 | 593 | 3/16/2019 |
1.0.0-Alpha-51 | 438 | 3/16/2019 |
1.0.0-Alpha-50 | 430 | 3/16/2019 |
1.0.0-Alpha-49 | 433 | 3/16/2019 |
0.0.0-Alpha-48 | 452 | 3/16/2019 |
0.0.0-Alpha-46 | 463 | 3/16/2019 |
0.0.0-Alpha-43 | 451 | 3/7/2019 |
0.0.0-Alpha-42 | 463 | 3/6/2019 |
0.0.0-Alpha-41 | 461 | 3/6/2019 |
0.0.0-Alpha-36 | 455 | 3/4/2019 |
0.0.0-Alpha-34 | 422 | 3/4/2019 |
0.0.0-Alpha-32 | 466 | 3/2/2019 |
0.0.0-Alpha-30 | 454 | 3/2/2019 |
0.0.0-Alpha-28 | 464 | 3/2/2019 |