File tree 2 files changed +4
-6
lines changed
PowerShellEditorServices/Hosting
PowerShellEditorServices.Hosting/Configuration
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
15
15
/// User-facing log level for editor services configuration.
16
16
/// </summary>
17
17
/// <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" />
21
20
/// </remarks>
22
21
public enum PsesLogLevel
23
22
{
Original file line number Diff line number Diff line change @@ -107,9 +107,8 @@ public sealed class HostStartupInfo
107
107
/// The minimum log level of log events to be logged.
108
108
/// </summary>
109
109
/// <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"/>
113
112
/// </remarks>
114
113
public int LogLevel { get ; }
115
114
You can’t perform that action at this time.
0 commit comments