SyntheticIdFormatter.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: 6.5.15.0 (6.5.15.0)
C#
public abstract 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.