Table of Contents

TSparkleLoggingMiddleware.OnFilterLogEx Event

OnFilterExLog event is fired for every incoming request that should be logged.

Remarks

This is an opportunity for you to filter which requests should be logged. For example, you might want to only log messages for requests that return an HTTP status code indicating an error.

Syntax

Unit: Sparkle.Comp.LoggingMiddleware

property TSparkleLoggingMiddleware.OnFilterLogEx: TFilterLogExEvent

See also