add sqlite logging

This commit is contained in:
Luke Pulverenti
2016-11-20 16:02:32 -05:00
parent 6da99d9d04
commit 94e622e3a0
4 changed files with 12 additions and 59 deletions

View File

@@ -15,10 +15,11 @@ using Emby.Common.Implementations.Logging;
using Emby.Common.Implementations.Networking;
using Emby.Drawing;
using Emby.Server.Core;
using Emby.Server.Core.Browser;
using Emby.Server.Implementations.Browser;
using Emby.Server.Implementations.IO;
using MediaBrowser.Common.Net;
using Emby.Server.IO;
using Emby.Server.Implementations;
namespace Emby.Server
{