LibLog 1.0.0-beta2
See the version list below for details.
dotnet add package LibLog --version 1.0.0-beta2
NuGet\Install-Package LibLog -Version 1.0.0-beta2
<PackageReference Include="LibLog" Version="1.0.0-beta2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add LibLog --version 1.0.0-beta2
#r "nuget: LibLog, 1.0.0-beta2"
// Install LibLog as a Cake Addin #addin nuget:?package=LibLog&version=1.0.0-beta2&prerelease // Install LibLog as a Cake Tool #tool nuget:?package=LibLog&version=1.0.0-beta2&prerelease
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 and Log4Net without any wiring up required by an end user.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. 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
This package is not used by any NuGet packages.
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 |
---|---|---|
4.2.4 | 1,506 | 10/29/2015 |
4.2.3 | 8,386 | 6/9/2015 |
4.2.2 | 3,710 | 4/15/2015 |
4.2.1 | 2,574 | 4/10/2015 |
4.2.0 | 11,582 | 4/7/2015 |
4.1.1 | 236 | 4/4/2015 |
4.0.2 | 219 | 4/2/2015 |
3.1.0 | 2,579 | 2/3/2015 |
3.0.0 | 149 | 2/2/2015 |
3.0.0-beta4 | 257 | 2/2/2015 |
3.0.0-beta3 | 146 | 2/2/2015 |
3.0.0-beta2 | 66 | 1/31/2015 |
3.0.0-beta1 | 73 | 1/30/2015 |
2.0.1 | 6,696 | 1/3/2015 |
2.0.0 | 134 | 1/3/2015 |
1.5.0 | 3,968 | 12/2/2014 |
1.4.0 | 1,099 | 11/11/2014 |
1.3.0 | 2,435 | 9/24/2014 |
1.2.3 | 334 | 9/16/2014 |
1.2.2 | 130 | 9/16/2014 |
1.2.1 | 124 | 9/16/2014 |
1.2.0 | 154 | 9/14/2014 |
1.1.2 | 95 | 9/12/2014 |
1.0.0 | 110 | 9/9/2014 |
1.0.0-beta2 | 86 | 9/6/2014 |