Sign in Sign up
nuget

LibLog

A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For legacy csproj format support use 4.x versions. If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 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 nuget package dependencies and project references with associated versioning concerns in addition to wiring up. 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 variation of option 3 but will automatically wire things up too. - It will add an ILog, ILogProvider etc to YourRootNamespace.Logging - ILog is one method to implement - Using optimized reflection, it transparently supports NLog, Log4Net, Serilog and Loupe without any wiring up required by an end user, if the end user simply has a reference to any of these logging frameworks.

nuget View on Nuget

Activity

Latest release
6y ago
Total releases
35
Cadence
~10 days
Last 12 months
0

Details

First release
Sep 06, 2014
Releases
Version Released
5.0.8 patch
5.0.7-build.575 pre
5.0.6 patch
5.0.5 patch
5.0.4 patch
5.0.3 patch
5.0.2 patch
5.0.0 major
4.2.6 patch
4.2.5 patch
4.2.4 patch
4.2.3 patch
4.2.2 patch
4.2.1 patch
4.2.0 minor
4.1.1 minor
4.0.2 major
3.1.0 minor
3.0.0 major
3.0.0-beta4 pre
3.0.0-beta3 pre
3.0.0-beta2 pre
3.0.0-beta1 pre
2.0.1 patch
2.0.0 major
1.5.0 minor
1.4.0 minor
1.3.0 minor
1.2.3 patch
1.2.2 patch
1.2.1 patch
1.2.0 minor
1.1.2 minor
1.0.0 initial
1.0.0-beta2 pre