PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Transactions.​ModelVerbosity­Configuration­ModelSources
Open sandboxFocus

VerbosityConfigurationModel.Sources Property

Sources

List of source elements. Specify the verbosity for different sources (i.e. typically different types and namespaces).

Declaration
public IReadOnlyList<SourceConfigurationModel> Sources { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<SourceConfigurationModel>