Method SetMinimalLevelForType
SetMinimalLevelForType(LogLevel, Type, String)
Declaration
public void SetMinimalLevelForType(LogLevel level, [Required] Type type, [Required] string role)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | The minimal LogLevel for which logging should be enabled. If this is None, logging won't be enabled at all. |
Type | type | The Type. |
String | role | The role (typically a value from the LoggingRoles type). |
SetMinimalLevelForType(LogLevel, Type)
Declaration
public void SetMinimalLevelForType(LogLevel level, Type type)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | The minimal LogLevel for which logging should be enabled. If this is None, logging won't be enabled at all. |
Type | type | The Type. |