IsUser(LogRecordKind)
Determines whether the current LogRecordKind represents a record emitted by the FlashtraceLevelSource class, which is typically invoked by user code.
Declaration
public static bool IsUser(this LogRecordKind kind)
Parameters
Type | Name | Description |
---|---|---|
LogRecordKind | kind |
Returns
Type | Description |
---|---|
bool |
|