diff --git a/src/Serilog/Debugging/SelfLog.cs b/src/Serilog/Debugging/SelfLog.cs index 424ff0916..c9423519a 100644 --- a/src/Serilog/Debugging/SelfLog.cs +++ b/src/Serilog/Debugging/SelfLog.cs @@ -26,7 +26,7 @@ public static class SelfLog static Action _output; /// - /// The output mechanism for self-log events. + /// The output mechanism for self-log messages. /// /// /// SelfLog.Out = Console.Error; @@ -45,10 +45,10 @@ public static TextWriter Out } /// - /// Set the output mechanism for self-log events. + /// Set the output mechanism for self-log messages. /// /// A synchronized to which - /// self-log events will be written. + /// self-log messages will be written. // ReSharper disable once MemberCanBePrivate.Global public static void Enable(TextWriter output) { @@ -62,7 +62,7 @@ public static void Enable(TextWriter output) } /// - /// Set the output mechanism for self-log events. + /// Set the output mechanism for self-log messages. /// /// An action to invoke with self-log messages. /// // ReSharper disable once MemberCanBePrivate.Global