ILoggingContext Properties |
The ILoggingContext type exposes the following members.
Name | Description | |
---|---|---|
IsAsync |
Determines whether the context represents an async method or a custom activity in an async method.
| |
IsDisposed |
Determines whether the context is currently disposed (contexts can be recycled, therefore the
disposed state is not the final state).
| |
RecycleId |
Gets an integer that is incremented every time the current instance is being recycled.
| |
SyntheticId |
Gets a cross-process globally unique identifier for the current context.
|