SourceConfigurationModel Class |
Namespace: PostSharp.Patterns.Diagnostics.Transactions.Model
Assembly: PostSharp.Patterns.Diagnostics.Configuration (in PostSharp.Patterns.Diagnostics.Configuration.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class SourceConfigurationModel
The SourceConfigurationModel type exposes the following members.
Name | Description | |
---|---|---|
Level |
Logging level for this source.
| |
Name |
Name of the source, i.e. typically name of the type or namespace. This is a dotted name.
This attribute is optional. The default value matches the root namespace.
| |
Role |
Role of the source. Optional. If non specified, the log level is applied to all non-system sources.
|