this[string]
Gets the LoggingRoleConfiguration for a given role.
Declaration
public LoggingRoleConfiguration this[string role] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | role | The role name. See LoggingRoles for a list of standard roles. |
Property Value
Type | Description |
---|---|
LoggingRoleConfiguration | A LoggingRoleConfiguration. If no LoggingRoleConfiguration exist for the specific |