Info
Version: | 1.0.0 |
Author(s): | Alex Tselevich |
Last Update: | Thursday, October 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/atselevich/common-logging-sitecore |
NuGet Url: | https://www.nuget.org/packages/Common.Logging.Sitecore |
Install
Install-Package Common.Logging.Sitecore
dotnet add package Common.Logging.Sitecore
paket add Common.Logging.Sitecore
Common.Logging.Sitecore Download (Unzip the "nupkg" after downloading)
Dependencies
- Common.Logging(>= 3.3.0)
Tags
This adapter allows you to use Common.Logging with Sitecore.Logging. You may have a Sitecore agnostic library that is used in a Sitecore solution. If that library implements the Common.Logging ILog for all logging functionality, then you will be able to patch into Sitecore's logging using this adapter. That means that logging from your Sitecore agnostic assembly will go to the Sitecore log as configured in the web.congfig.
***PLEASE SEE THE PROJECT PAGE FOR CONFIGURATION***.