nJupiter.Abstraction.Logging 1.1.0.392

There is a newer version of this package available.
See the version list below for details.
dotnet add package nJupiter.Abstraction.Logging --version 1.1.0.392
                    
NuGet\Install-Package nJupiter.Abstraction.Logging -Version 1.1.0.392
                    
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="nJupiter.Abstraction.Logging" Version="1.1.0.392" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nJupiter.Abstraction.Logging" Version="1.1.0.392" />
                    
Directory.Packages.props
<PackageReference Include="nJupiter.Abstraction.Logging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nJupiter.Abstraction.Logging --version 1.1.0.392
                    
#r "nuget: nJupiter.Abstraction.Logging, 1.1.0.392"
                    
#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.
#:package nJupiter.Abstraction.Logging@1.1.0.392
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nJupiter.Abstraction.Logging&version=1.1.0.392
                    
Install as a Cake Addin
#tool nuget:?package=nJupiter.Abstraction.Logging&version=1.1.0.392
                    
Install as a Cake Tool

nJupiter.Abstraction.Logging is an abstraction library which makes it easy to change between different logging frameworks in runtime. 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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0.516 972 12/4/2012
1.1.0.392 344 6/14/2012
1.0.2.384 61 6/8/2012
1.0.1.379 84 6/8/2012
1.0.0.377 108 6/8/2012