CustomRecordLoggingOptions.FailureLevel Property |
Gets or sets the LogLevel for failures of custom activities (defined by the SetFailure(String) method).
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public LogLevel FailureLevel { get; set; }