Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

LogWrap

A .NET Standard 2.0 class library that provides a simple abstraction over logging frameworks, which allows the logging framework to be swapped without requiring changes of application code.

The goal of this library is to allow me to decouple my libraries/applications from any specific logging framework. Previously, I would write a logging abstraction (ILogger/ILoggerFactory) in each application. This became repetitive, so I created this library that I could then simply install from NuGet.

https://www.nuget.org/packages/LogWrap.Core/

https://www.nuget.org/packages/LogWrap.Empty/

https://www.nuget.org/packages/LogWrap.NLog/

About

A .NET Standard 2.0 class library that provides a simple abstraction over logging frameworks, which allows the logging framework to be swapped without requiring changes of application code.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages