]> granicus.if.org Git - handbrake/commit
WinGui: Add a basic outline of a logging system to allow logging of the JSON and...
authorsr55 <sr55.hb@outlook.com>
Fri, 10 Apr 2015 22:29:57 +0000 (22:29 +0000)
committersr55 <sr55.hb@outlook.com>
Fri, 10 Apr 2015 22:29:57 +0000 (22:29 +0000)
commit01487d5277eaadf2da3a483aa1d74198050fba44
tree71438b397683b1bb2cdc94fbc6416cbbeb744660
parent9c78da39f3c6947c84c039e1f16497da6020b740
WinGui: Add a basic outline of a logging system to allow logging of the JSON and other types of messages.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7084 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs
win/CS/HandBrake.ApplicationServices/Interop/HandBrakeUtils.cs
win/CS/HandBrake.ApplicationServices/Services/Logging/LogHelper.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogLevel.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogMessage.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Logging/Model/LogMessageType.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Startup/CastleBootstrapper.cs