diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Helpers/LogManager.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Helpers/LogManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/Helpers/LogManager.cs b/win/CS/HandBrakeWPF/Helpers/LogManager.cs index 2cd94a25d..ec1c11ffc 100644 --- a/win/CS/HandBrakeWPF/Helpers/LogManager.cs +++ b/win/CS/HandBrakeWPF/Helpers/LogManager.cs @@ -9,15 +9,15 @@ namespace HandBrakeWPF.Helpers { - using System; using System.IO; using HandBrake.ApplicationServices.Interop; - using HandBrake.ApplicationServices.Services.Logging; - using HandBrake.ApplicationServices.Services.Logging.Interfaces; using HandBrakeWPF.Utilities; + using ILog = HandBrakeWPF.Services.Logging.Interfaces.ILog; + using LogService = HandBrakeWPF.Services.Logging.LogService; + /// <summary> /// Tempory Class to Initialise the logging. /// </summary> |