ILogActivityOptions Interface |
Exposes the default verbosity of the Logger and LogActivity classes when creating and closing activities.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public interface ILogActivityOptions
The ILogActivityOptions type exposes the following members.
Name | Description | |
---|---|---|
ActivityLevel |
Gets or sets the default severity for custom messages and for entry and success messages of activities.
| |
ExceptionLevel |
Gets or sets the default severity for failure custom messages.
| |
FailureLevel |
Gets or sets the LogLevel for failures of custom activities (defined by the SetFailure(String) method).
|