The LogRecordBuilder for TraceLoggingBackend.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Trace
Assembly: PostSharp.Patterns.Diagnostics.Backends.Tracing.dll
Syntax
public class TraceLogRecordBuilder : TextLogRecordBuilder, ICustomLogRecordBuilder, IDisposable
Constructors
Name | Description |
---|---|
TraceLogRecordBuilder(TraceLoggingBackend) | Initializes a new TraceLogRecordBuilder. |
Methods
Name | Description |
---|---|
EmitRecord() | Emits the record. Invoked by the Complete() method. |
Write(UnsafeString) | Writes the final message to the back-end. |