| NLogRequestLoggingOptionsExcludeRequestPaths Property |
Gets or sets request-paths where LogLevel should be reduced (Logged as debug)
Namespace:
NLog.Web
Assembly:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public ISet<string> ExcludeRequestPaths { get; }
Public ReadOnly Property ExcludeRequestPaths As ISet(Of String)
Get
Dim instance As NLogRequestLoggingOptions
Dim value As ISet(Of String)
value = instance.ExcludeRequestPaths
member ExcludeRequestPaths : ISet<string> with get
Property Value
Type:
ISetStringRemarks
Example '/healthcheck'
See Also