PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLogging­Role­Configuration­Repository
Open sandboxFocus

LoggingRoleConfigurationRepository Class

Provides access to role-specific options (LoggingRoleConfiguration). This class is exposed on the Profiles.

Inheritance
LoggingRoleConfigurationRepository
Implements
System.Collections.Generic.IEnumerable<LoggingRoleConfiguration>
System.Collections.IEnumerable
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public sealed class LoggingRoleConfigurationRepository : Object

Properties

Name Description
Audit

Gets the LoggingRoleConfiguration object for the Audit role.

Caching

Gets the LoggingRoleConfiguration object for the Caching role.

Custom

Gets the LoggingRoleConfiguration object for the Custom role.

Item[String]

Gets the LoggingRoleConfiguration for a given role.

Meta

Gets the LoggingRoleConfiguration object for the Meta role.

Tracing

Gets the LoggingRoleConfiguration object for the Tracing role.

Methods

Name Description
GetEnumerator()