LogAspectConfiguration Class |
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Patterns.Diagnostics.LogAspectConfiguration
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 4.3.48.0 (4.3.48.0)
public class LogAspectConfiguration : AspectConfiguration, IProfileAwareConfiguration
The LogAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
LogAspectConfiguration | Initializes a new instance of the LogAspectConfiguration class |
Name | Description | |
---|---|---|
AspectPriority |
Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.
(Inherited from AspectConfiguration.) | |
Dependencies |
Gets or sets the collection of dependencies.
(Inherited from AspectConfiguration.) | |
OnEntryLevel |
Gets or sets the severity level for logging before method execution.
| |
OnEntryOptions |
Gets or sets options for logging before method execution.
| |
OnExceptionLevel |
Gets or sets the severity level for logging on method exception.
| |
OnExceptionOptions |
Gets or sets options for logging on method exception.
| |
OnSuccessLevel |
Gets or sets the severity level for logging on method success.
| |
OnSuccessOptions |
Gets or sets options for logging on method success.
| |
ProfileName |
Gets or sets the name of the logging profile.
| |
SerializerType |
Gets or sets the type of the serializer that will be used
to configure the current aspect.
(Inherited from AspectConfiguration.) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |