浏览代码

add logging

Luke Pulverenti 10 年之前
父节点
当前提交
42b4b03703
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Emby.Drawing/GDI/GDIImageEncoder.cs

+ 2 - 0
Emby.Drawing/GDI/GDIImageEncoder.cs

@@ -21,6 +21,8 @@ namespace Emby.Drawing.GDI
         {
         {
             _fileSystem = fileSystem;
             _fileSystem = fileSystem;
             _logger = logger;
             _logger = logger;
+
+            _logger.Info("GDI image processor initialized");
         }
         }
 
 
         public string[] SupportedInputFormats
         public string[] SupportedInputFormats