PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​ContextsLogging­ContextSynthetic­Id
Open sandboxFocus

LoggingContext.SyntheticId Property

SyntheticId

Gets a cross-process globally unique identifier for the current LoggingContext. This value is created according to value of the LoggingBackend.Options.SyntheticIdFormatter property.

Declaration
public virtual string SyntheticId { get; }
Property Value
Type Description
System.String
Implements
ILoggingContext.SyntheticId