Open sandboxFocus

Method IsUser

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

A LogRecordKind.

Returns
Type Description
bool

true if kind is a record emitted by the FlashtraceLevelSource class, otherwise false.