TSparkleLoggingMiddleware.LogExceptions Property
Indicates if the middleware should catch unhandled exceptions raised by the server and log them.
Remarks
/ If LogExceptions is True logged exceptions will not be propagated up in the chain. If LogExceptions is False, the exception will be raised again to be handled by some other middleware or the low level exception handling system in Sparkle. Default is True.
Syntax
Unit: Sparkle.Comp.LoggingMiddleware
property TSparkleLoggingMiddleware.LogExceptions: Boolean