DefaultSyntheticIdFormatter.WriteRecordId Method |
Generates the value of the SyntheticId property of a LogRecordBuilder.
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 override void WriteRecordId( 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.