LoggingRoleConfigurationRepository.Item Property |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.10.0 (6.10.10.0)
public LoggingRoleConfiguration this[ string role ] { get; }
Parameters
- role
- Type: System.String
The role name. See LoggingRoles for a list of standard roles.
Return Value
Type: LoggingRoleConfigurationA LoggingRoleConfiguration. If no LoggingRoleConfiguration exist for the specific role, a new instance is created and returned.