SyntheticIdFormatter.GenerateChildContextId Method |
Generates a new synthetic id for a child of a given context. This context id can then be assigned to
SyntheticRootId.
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual string GenerateChildContextId( LoggingContext context )
Parameters
- context
- Type: PostSharp.Patterns.Diagnostics.Contexts.LoggingContext
The parent context id.