ProphetsWay.Logger 1.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
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="ProphetsWay.Logger" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ProphetsWay.Logger --version 1.3.0
#r "nuget: ProphetsWay.Logger, 1.3.0"
#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 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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 1.0

  • .NETCoreApp 1.1

  • .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 1.6

  • .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 111 5/13/2022
3.0.1-420.Alpha 93 5/13/2022
3.0.1-418.Alpha 98 5/13/2022
3.0.1-352.Beta 91 4/27/2022
3.0.1-352.Alpha 86 4/27/2022
3.0.0 423 1/26/2021
3.0.0-248.Beta 129 1/26/2021
3.0.0-248.Alpha 122 1/26/2021
2.2.0-238.Alpha 147 1/26/2021
2.1.0 494 6/3/2020
2.1.0-182.Beta 217 6/3/2020
2.1.0-182.Alpha 208 6/3/2020
2.0.0 692 4/20/2019
2.0.0-105.Alpha 268 4/21/2019
2.0.0-97.Beta 266 4/20/2019
2.0.0-97.Alpha 274 4/20/2019
1.3.0 664 4/20/2019
1.3.0-95.Beta 271 4/20/2019
1.3.0-95.Alpha 261 4/20/2019
1.3.0-94.Alpha 276 4/20/2019
1.3.0-93.Alpha 272 4/20/2019
1.2.0 765 4/6/2019
1.2.0-Beta-89 424 4/6/2019
1.2.0-Beta-88 411 4/6/2019
1.2.0-Alpha-89 423 4/6/2019
1.2.0-Alpha-88 391 4/4/2019
1.2.0-Alpha-87 413 4/4/2019
1.1.0 556 3/24/2019
1.1.0-Beta-85 424 3/24/2019
1.1.0-Alpha-85 407 3/24/2019
1.1.0-Alpha-84 414 3/24/2019
1.1.0-Alpha-81 414 3/24/2019
1.1.0-Alpha-79 430 3/24/2019
1.1.0-Alpha-75 410 3/24/2019
1.1.0-Alpha-74 440 3/24/2019
1.1.0-Alpha-72 421 3/24/2019
1.0.0 557 3/16/2019
1.0.0-Alpha-51 413 3/16/2019
1.0.0-Alpha-50 400 3/16/2019
1.0.0-Alpha-49 420 3/16/2019
0.0.0-Alpha-48 425 3/16/2019
0.0.0-Alpha-46 439 3/16/2019
0.0.0-Alpha-43 425 3/7/2019
0.0.0-Alpha-42 434 3/6/2019
0.0.0-Alpha-41 436 3/6/2019
0.0.0-Alpha-36 428 3/4/2019
0.0.0-Alpha-34 397 3/4/2019
0.0.0-Alpha-32 441 3/2/2019
0.0.0-Alpha-30 428 3/2/2019
0.0.0-Alpha-28 435 3/2/2019