Info
Version: | 1.2.0.516 |
Author(s): | nJupiter |
Last Update: | Tuesday, December 4, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/njupiter/wiki/nJupiterAbstractionLogging |
NuGet Url: | https://www.nuget.org/packages/nJupiter.Abstraction.Logging |
Install
Install-Package nJupiter.Abstraction.Logging
dotnet add package nJupiter.Abstraction.Logging
paket add nJupiter.Abstraction.Logging
nJupiter.Abstraction.Logging Download (Unzip the "nupkg" after downloading)
Dependencies
- nJupiter.Configuration(4.0.1.309)
Tags
nJupiter.Abstraction.Logging currently have implementations for NLog, log4net (both the old and the new public key token) and Enterprise Library Logging Application Block. The goal with nJupiter.Abstraction.Logging is simplicity and the component uses the logger pattern known from log4xxx.
nJupiter.Abstraction.Logging is also designed to be easy to use together with IoC-container where you can registered generically typed loggers that you easily can use via constructor injection.