File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
PowerShellEditorServices.Hosting/Configuration
PowerShellEditorServices/Hosting Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
1515 /// User-facing log level for editor services configuration.
1616 /// </summary>
1717 /// <remarks>
18- /// The underlying values of this enum attempt to align to both
19- /// <see cref="Microsoft.Extensions.Logging.LogLevel" /> and
20- /// <see cref="Serilog.Events.LogEventLevel" />.
18+ /// The underlying values of this enum attempt to align to
19+ /// <see cref="Microsoft.Extensions.Logging.LogLevel" />
2120 /// </remarks>
2221 public enum PsesLogLevel
2322 {
Original file line number Diff line number Diff line change @@ -107,9 +107,8 @@ public sealed class HostStartupInfo
107107 /// The minimum log level of log events to be logged.
108108 /// </summary>
109109 /// <remarks>
110- /// This is cast to all of <see cref="Hosting.PsesLogLevel"/>, <see
111- /// cref="Microsoft.Extensions.Logging.LogLevel"/>, and <see
112- /// cref="Serilog.Events.LogEventLevel"/>, hence it is an <c>int</c>.
110+ /// This primitive maps to <see cref="Hosting.PsesLogLevel"/> and <see
111+ /// cref="Microsoft.Extensions.Logging.LogLevel"/>
113112 /// </remarks>
114113 public int LogLevel { get ; }
115114
You can’t perform that action at this time.
0 commit comments