Common.Logging.Sitecore
1.0.0
Install-Package Common.Logging.Sitecore -Version 1.0.0
dotnet add package Common.Logging.Sitecore --version 1.0.0
<PackageReference Include="Common.Logging.Sitecore" Version="1.0.0" />
paket add Common.Logging.Sitecore --version 1.0.0
#r "nuget: Common.Logging.Sitecore, 1.0.0"
// Install Common.Logging.Sitecore as a Cake Addin
#addin nuget:?package=Common.Logging.Sitecore&version=1.0.0
// Install Common.Logging.Sitecore as a Cake Tool
#tool nuget:?package=Common.Logging.Sitecore&version=1.0.0
Sitecore.Logging.dll hasn't changed since Sitecore 6.6.0 rev 120918, it wraps a very old version of log4net. 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***
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Common.Logging (>= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 3,607 | 10/1/2015 |
Initial Release