You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Resets the default Microsoft LoggerFactory Filter for the <see cref="NLogLoggerProvider"/>
60
+
/// Resets the default Microsoft LoggerFactory Filter for the <see cref="NLogLoggerProvider"/>, and instead only uses NLog LoggingRules.
61
61
/// </summary>
62
62
/// <remarks>This option affects the building of service configuration, so assigning it from appsettings.json has no effect (loaded after).</remarks>
63
63
publicboolRemoveLoggerFactoryFilter{get;set;}
64
64
65
65
/// <summary>
66
-
/// Replace Microsoft LoggerFactory with a pure <see cref="NLogLoggerFactory" />
66
+
/// Replace Microsoft LoggerFactory with a pure <see cref="NLogLoggerFactory" />, and disables Microsoft Filter Logic and multiple LoggingProvider support.
67
67
/// </summary>
68
68
/// <remarks>This option affects the building of service configuration, so assigning it from appsettings.json has no effect (loaded after).</remarks>
0 commit comments