Click or drag to resize

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: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public HashSet<string> ExcludeRequestPaths { get; }

Property Value

Type: HashSetString
See Also