Added logging around SickRage

This commit is contained in:
tidusjar 2016-04-07 22:15:14 +01:00
commit dd07e7546b
7 changed files with 113 additions and 36 deletions

View file

@ -56,6 +56,7 @@
<Compile Include="Exceptions\ApplicationSettingsException.cs" />
<Compile Include="HtmlRemover.cs" />
<Compile Include="ICacheProvider.cs" />
<Compile Include="JsonConvertHelper.cs" />
<Compile Include="LoggingHelper.cs" />
<Compile Include="MemoryCacheProvider.cs" />
<Compile Include="ObjectCopier.cs" />