SyntheticIdFormatter.WriteContextId Method |
Generates the value of the SyntheticId property of a LoggingContext.
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public abstract void WriteContextId( UnsafeStringBuilder stringBuilder, LoggingContext context )
Parameters
- stringBuilder
- Type: PostSharp.Patterns.Formatters.UnsafeStringBuilder
The target UnsafeStringBuilder. - context
- Type: PostSharp.Patterns.Diagnostics.Contexts.LoggingContext
The context for which the synthetic id needs to be generated.