LibLog 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LibLog --version 1.1.2
NuGet\Install-Package LibLog -Version 1.1.2
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="LibLog" Version="1.1.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibLog --version 1.1.2
#r "nuget: LibLog, 1.1.2"
#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 LibLog as a Cake Addin
#addin nuget:?package=LibLog&version=1.1.2

// Install LibLog as a Cake Tool
#tool nuget:?package=LibLog&version=1.1.2

If you are a library or framework author and you wish to provid logging support to your component there are a couple of options 1) Depend on Log4Net/NLog 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up.

Option 1 is not desirable because it forces your users to use a particular framework. Option 2 is not desirable because it will add yet more nuger package dependencies and project references with associated versioning concerns and requires wiring up with. Option 3 is desirable because it is dependency free but requires that your users to remember to write an adapter and wire things up.

This package is a version of option 3:
- It will add an ILog, ILogProvider etc to YourRootNamespace.Logging
- ILog is 2 methods to implement in comparision to Common.Logging ILog's ~65 members
- Using reflection, it transparently supports NLog, Log4Net and Enterprise Logging without any wiring up required by an end user.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (38)

Showing the top 5 NuGet packages that depend on LibLog:

Package Downloads
PTIRelianceLib

A Reliance Thermal printer API that support firmware updates and configuration. This requires the Reliance printer to be connected via USB.

ShipStation4Net

A .NET Standard Library using System.Net.HttpClient and NewtonSoft.Json which provides access to the ShipStation API.

RestSharp.IdentityModel.Extensions

RestSharp.IdentityModel.Extensions

LambdaS3FileZipper

Package Description

Bitmex.NET

Wrapper for BitMEX.com API (REST & WebSocket)

GitHub repositories (19)

Showing the top 5 popular GitHub repositories that depend on LibLog:

Repository Stars
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
IdentityServer/IdentityServer3
OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
DotNetOpenAuth/DotNetOpenAuth
A C# implementation of the OpenID, OAuth protocols
damianh/LibLog
LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.
Version Downloads Last updated
5.0.8 453,830 12/4/2019
5.0.7-build.575 2,809 3/3/2019
5.0.6 613,588 2/8/2019
5.0.5 87,566 1/6/2019
5.0.4 48,926 12/25/2018
5.0.3 152,781 11/19/2018
5.0.2 265,222 6/30/2018
5.0.0 133,826 5/28/2018
4.2.6 1,071,253 10/11/2016
4.2.5 273,411 3/29/2016
4.2.4 82,639 10/29/2015
4.2.3 42,791 6/9/2015
4.2.2 46,241 4/15/2015
4.2.1 26,132 4/10/2015
4.2.0 61,238 4/7/2015
4.1.1 13,738 4/4/2015
4.0.2 13,212 4/2/2015
3.1.0 23,469 2/3/2015
3.0.0 12,710 2/2/2015
3.0.0-beta4 13,184 2/2/2015
3.0.0-beta3 12,775 2/2/2015
3.0.0-beta2 13,471 1/31/2015
3.0.0-beta1 12,923 1/30/2015
2.0.1 50,861 1/3/2015
2.0.0 13,600 1/3/2015
1.5.0 84,707 12/2/2014
1.4.0 27,118 11/11/2014
1.3.0 15,772 9/24/2014
1.2.3 14,887 9/16/2014
1.2.2 13,958 9/16/2014
1.2.1 14,195 9/16/2014
1.2.0 14,105 9/14/2014
1.1.2 14,165 9/12/2014
1.0.0 15,103 9/9/2014
1.0.0-beta2 14,897 9/6/2014