add logging

This commit is contained in:
Luke Pulverenti 2015-05-10 20:24:02 -04:00
parent 1f430baa1d
commit 42b4b03703

View file

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