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