Skip to content

Property LogSecurityEvents

Namespace: Belay.Core.Security
Assembly: Belay.Core.dll

LogSecurityEvents

Gets or sets a value indicating whether to log security-related events and warnings.

csharp
public bool LogSecurityEvents { get; set; }

Property Value

bool

Remarks

When enabled, security validation failures, risk assessments, and other security-related events are logged. Useful for security monitoring and debugging validation issues.

Released under the Apache License 2.0.