PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Adapters.​Asp­Net­FrameworkPost­Sharp­Logging­Http­ModuleRequest­Filter
Open sandboxFocus

PostSharpLoggingHttpModule.RequestFilter Property

RequestFilter

Gets or sets a predicate that determines whether a specific request should be logged. The default implementation filters out the following paths: /js, /css, /lib, /scripts, /content, /favicon.

Declaration
public static Predicate<Uri> RequestFilter { get; set; }
Property Value
Type Description
System.Predicate<System.Uri>