Moonrise.Utils.Logging 3.2018.731.13403

Suggested Alternatives

Moonrise.LoggingUtils.NetStd

Additional Details

I was maintaining two versions of this package with shared code and SLIGHT differences between .Net Standard & .Net Framework but have now shifted simply to the .Net Standard version.
If you migrate, the only breaking change you'll get is if you have written your own Logging Provider as there is now more information passed to a Logging Provider rather than assuming a format of messages passed to the log provider.
Oh and thanks for your interest,

Will (will@moonrise.media)

There is a newer version of this package available.
See the version list below for details.
dotnet add package Moonrise.Utils.Logging --version 3.2018.731.13403
NuGet\Install-Package Moonrise.Utils.Logging -Version 3.2018.731.13403
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="Moonrise.Utils.Logging" Version="3.2018.731.13403" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moonrise.Utils.Logging --version 3.2018.731.13403
#r "nuget: Moonrise.Utils.Logging, 3.2018.731.13403"
#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 Moonrise.Utils.Logging as a Cake Addin
#addin nuget:?package=Moonrise.Utils.Logging&version=3.2018.731.13403

// Install Moonrise.Utils.Logging as a Cake Tool
#tool nuget:?package=Moonrise.Utils.Logging&version=3.2018.731.13403

Yes, another logger! Efficient and pluggable. Can log to separate logging and auditing providers. Supplied console, event, file, and log4net providers. Thread-global Singleton based, so all the advantages of Singletons without the threading problems.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Moonrise.Utils.Logging:

Package Downloads
Moonrise.Utils.Database

TransactedConnection - allows thread-safe nested transactions. MigrationApp and MigrationState allow for migrations to be seperated out into a stand-alone app.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2018.1011.12155 3,739 10/11/2018
3.2018.807.10453 1,649 8/7/2018
3.2018.731.13403 1,240 7/31/2018
3.2018.727.11351 4,272 7/27/2018
3.2018.516.16573 1,443 5/16/2018
3.2017.1115.15352 1,284 11/15/2017
3.2017.1114.15365 1,402 11/14/2017
3.2017.1024.17322 1,257 10/24/2017
3.2017.920.12191 1,295 9/22/2017
3.2017.920.10361 1,290 9/20/2017
3.2017.920.9185 1,323 9/20/2017
3.2017.920.9144 1,310 9/20/2017
3.2017.919.15252 1,289 9/19/2017
3.2017.919.15002 1,317 9/19/2017
3.2017.919.14220 1,297 9/19/2017
3.2017.919.13243 1,323 9/19/2017
3.2017.919.11371 1,354 9/19/2017
3.2017.908.9593 1,342 9/11/2017
3.2017.901.13541 1,277 9/1/2017
3.2017.825.14454 1,379 8/25/2017

First packaged release of this logging library.