summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs b/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs
index b0292ca31..d440f53f6 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs
@@ -352,7 +352,9 @@ namespace HandBrake.ApplicationServices.Services.Logging
}
}
- // Trigger the Event to notify any subscribers that the log has been reset.
+ /// <summary>
+ /// Trigger the Event to notify any subscribers that the log has been reset.
+ /// </summary>
protected virtual void OnLogReset()
{
this.LogReset?.Invoke(this, System.EventArgs.Empty);