Eleven41.Logging
1.3.1
dotnet add package Eleven41.Logging --version 1.3.1
NuGet\Install-Package Eleven41.Logging -Version 1.3.1
<PackageReference Include="Eleven41.Logging" Version="1.3.1" />
paket add Eleven41.Logging --version 1.3.1
#r "nuget: Eleven41.Logging, 1.3.1"
// Install Eleven41.Logging as a Cake Addin #addin nuget:?package=Eleven41.Logging&version=1.3.1 // Install Eleven41.Logging as a Cake Tool #tool nuget:?package=Eleven41.Logging&version=1.3.1
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 | Versions 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. |
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.
Moved ThreadedLog to it's own assembly.