Eleven41.Logging 1.0.0

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

// Install Eleven41.Logging as a Cake Tool
#tool nuget:?package=Eleven41.Logging&version=1.0.0

Eleven41.Logging is a general purpose logging framework, capable of logging to many different outputs. Those include
console,
file,
Windows event Log,
multiple outputs.
Various logging levels exist, including
Diagnostic,
Info,
Warning,
and Error.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Eleven41.Logging:

Package Downloads
Eleven41.Logging.Loggly

Eleven41.Logging.Loggly is an implementation of Eleven41.Logging.ILog to send log messages to Loggly.

Eleven41.Logging.ThreadedLog

Eleven41.Logging.ThreadedLog is an implementation of Eleven41.Logging.ILog to send messages from a secondary thread.

secrets-vault

secrets-vault uses Amazon KMS and S3 as a key/value store for encrypted secrets.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 4,696 6/12/2014
1.3.0 1,122 6/12/2014
1.2.0 1,705 6/11/2014
1.1.1 1,312 5/9/2014
1.1.0 1,220 10/24/2013
1.0.0 1,284 2/5/2013

Initial Release.