Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
/ log-wrap Public archive

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.

License

Notifications You must be signed in to change notification settings

lloydjatkinson/log-wrap

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages