Type of the source
XML element. The parent
of the source
element is verbosity
(see VerbosityConfigurationModel).
Namespace: PostSharp.Patterns.Diagnostics.Transactions.Model
Assembly: PostSharp.Patterns.Diagnostics.Configuration.dll
Syntax
public sealed class SourceConfigurationModel
Remarks
This class should not be used in any code. It is only mentioned for the sake of documenting the XML file.
Properties
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. |