Skip to content

Commit be74dcd

Browse files
committed
Remove a couple more serilog references
1 parent e766e07 commit be74dcd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/PowerShellEditorServices.Hosting/Configuration/HostLogger.cs

+2-3
Original file line numberDiff line numberDiff 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
{

src/PowerShellEditorServices/Hosting/HostStartupInfo.cs

+2-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)