IsCustom(LogRecordKind)
Determines whether a give LogRecordKind represents a custom record, emitted by the Logger class.
Declaration
public static bool IsCustom(this LogRecordKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| LogRecordKind | kind |
Returns
| Type | Description |
|---|---|
| bool |
|