]> granicus.if.org Git - handbrake/commit
WinGui: Remove Logging abstraction from the Services library. Let the library consum...
authorsr55 <sr55.hb@outlook.com>
Tue, 8 May 2018 20:31:26 +0000 (21:31 +0100)
committersr55 <sr55.hb@outlook.com>
Tue, 8 May 2018 20:31:26 +0000 (21:31 +0100)
commita6f3cd670f492a3474bf4695f1a8a6302fc3ed56
treef862920629c676c23d095da6e9cb2877bb1f413d
parent1a16ebead7e49a214276859f53ce18a0c844f102
WinGui: Remove Logging abstraction from the Services library.  Let the library consumers decide how to log instead utilising the log events instead.
17 files changed:
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs
win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Helpers/LogManager.cs
win/CS/HandBrakeWPF/Services/Encode/EncodeBase.cs
win/CS/HandBrakeWPF/Services/Encode/LibEncode.cs
win/CS/HandBrakeWPF/Services/Logging/EventArgs/LogEventArgs.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/EventArgs/LogEventArgs.cs with 90% similarity]
win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/Interfaces/ILog.cs with 87% similarity]
win/CS/HandBrakeWPF/Services/Logging/LogService.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs with 97% similarity]
win/CS/HandBrakeWPF/Services/Logging/Model/LogLevel.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogLevel.cs with 91% similarity]
win/CS/HandBrakeWPF/Services/Logging/Model/LogMessage.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogMessage.cs with 88% similarity]
win/CS/HandBrakeWPF/Services/Logging/Model/LogMessageType.cs [moved from win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogMessageType.cs with 89% similarity]
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
win/CS/HandBrakeWPF/Services/Scan/LibScan.cs
win/CS/HandBrakeWPF/ViewModels/LogViewModel.cs
win/CS/HandBrakeWPF/Views/LogView.xaml.cs