PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsLogging­ContextId
Open sandboxFocus

LoggingContext.Id Property

Id

Gets or set the identifier of the current context. This value is created according to the strategy set in LoggingBackend.Options.ContextIdGenerationStrategy.

Declaration
public long Id { get; }
Property Value
Type Description
Int64
See Also