We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dea2ad commit 9af2f30Copy full SHA for 9af2f30
src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs
@@ -60,7 +60,7 @@ void ProcessFilterSwitchDeclarations()
60
var filterSwitch = LoggingFilterSwitchProxy.Create();
61
if (filterSwitch == null)
62
{
63
- SelfLog.WriteLine($"FilterSwitches section found, but Serilog.Filters.Expressions isn't referenced.");
+ SelfLog.WriteLine($"FilterSwitches section found, but neither Serilog.Expressions nor Serilog.Filters.Expressions is referenced.");
64
break;
65
}
66
0 commit comments