PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsCustom­Record­Logging­OptionsFailure­Level
Open sandboxFocus

CustomRecordLoggingOptions.FailureLevel Property

FailureLevel

Gets or sets the LogLevel for failures of custom activities (defined by the SetFailure(String) method).

Declaration
public LogLevel FailureLevel { get; set; }
Property Value
Type Description
LogLevel
Implements
ILogActivityOptions.FailureLevel