 | NLogRequestLoggingModuleExcludeRequestPaths Property |
Gets or sets request-paths where LogLevel should be reduced (Logged as debug)
Namespace:
NLog.Web
Assembly:
NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntaxpublic HashSet<string> ExcludeRequestPaths { get; }Public ReadOnly Property ExcludeRequestPaths As HashSet(Of String)
Get
Dim instance As NLogRequestLoggingModule
Dim value As HashSet(Of String)
value = instance.ExcludeRequestPaths
member ExcludeRequestPaths : HashSet<string> with get
Property Value
Type:
HashSetString
See Also