summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs')
-rw-r--r--win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs21
1 files changed, 4 insertions, 17 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs b/win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs
index 07f3ea635..d82a1ed0d 100644
--- a/win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs
+++ b/win/CS/HandBrakeWPF/Services/Logging/Interfaces/ILog.cs
@@ -12,15 +12,17 @@ namespace HandBrakeWPF.Services.Logging.Interfaces
using System;
using System.Collections.Generic;
+ using HandBrake.Worker.Logging.Interfaces;
using HandBrake.Worker.Logging.Models;
+ using HandBrakeWPF.Services.Logging.Model;
+
using LogEventArgs = HandBrakeWPF.Services.Logging.EventArgs.LogEventArgs;
- using LogMessage = HandBrakeWPF.Services.Logging.Model.LogMessage;
/// <summary>
/// The Log interface.
/// </summary>
- public interface ILog
+ public interface ILog : ILogHandler
{
/// <summary>
/// The message logged.
@@ -33,21 +35,6 @@ namespace HandBrakeWPF.Services.Logging.Interfaces
event EventHandler LogReset;
/// <summary>
- /// Gets the log messages.
- /// </summary>
- IEnumerable<LogMessage> LogMessages { get; }
-
- /// <summary>
- /// Gets the activity log.
- /// </summary>
- string ActivityLog { get; }
-
- /// <summary>
- /// The reset.
- /// </summary>
- void Reset();
-
- /// <summary>
/// Enable logging for this worker process.
/// </summary>
/// <param name="config">