DefaultSyntheticIdFormatter Class |
PostSharp.Patterns.Diagnostics.Formatters.SyntheticIdFormatter
PostSharp.Patterns.Diagnostics.Formatters.DefaultSyntheticIdFormatter
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.9.1.0 (6.9.1.0)
public class DefaultSyntheticIdFormatter : SyntheticIdFormatter, IDisposable
The DefaultSyntheticIdFormatter type exposes the following members.
Name | Description | |
---|---|---|
DefaultSyntheticIdFormatter | Initializes a new instance of the DefaultSyntheticIdFormatter class |
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) |
Disposes the current object.
| |
GenerateChildContextId |
Generates a new synthetic id for a child of a given context. This context id can then be assigned to
SyntheticRootId.
(Overrides SyntheticIdFormatter.GenerateChildContextId(LoggingContext).) | |
WriteContextId |
Generates the value of the SyntheticId property of a LoggingContext.
(Overrides SyntheticIdFormatter.WriteContextId(UnsafeStringBuilder, LoggingContext).) | |
WriteRecordId |
Generates the value of the SyntheticId property of a LogRecordBuilder.
(Overrides SyntheticIdFormatter.WriteRecordId(UnsafeStringBuilder, LoggingContext).) |