IsClose(LogRecordKind)
Determines whether a given LogRecordKind represents the closing of a context.
Declaration
public static bool IsClose(this LogRecordKind kind)Parameters
| Type | Name | Description |
|---|---|---|
| LogRecordKind | kind |
Returns
| Type | Description |
|---|---|
| bool |
|
Determines whether a given LogRecordKind represents the closing of a context.
public static bool IsClose(this LogRecordKind kind)| Type | Name | Description |
|---|---|---|
| LogRecordKind | kind |
| Type | Description |
|---|---|
| bool |
|