PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Profile­Collection
Open sandboxFocus

LoggingProfileCollection Class

Collection of instances of the LoggingProfile class.

Inheritance
LoggingProfileCollection
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public sealed class LoggingProfileCollection : KeyedCollection<string, LoggingProfile>

Constructors

Name Description
LoggingProfileCollection()

Initializes a new LoggingProfileCollection.

Methods

Name Description
GetKeyForItem(LoggingProfile)