Open sandboxFocus

Method IsCustom

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

A LogRecordKind.

Returns
Type Description
bool

true if kind is a custom kind of record emitted by the Logger class, otherwise false.