Namespace: PostSharp.Patterns.Diagnostics.Backends.TraceSource
Assembly: PostSharp.Patterns.Diagnostics.Backends.Tracing.dll
Syntax
public class TraceSourceLogRecordBuilder : TextLogRecordBuilder, ICustomLogRecordBuilder, IDisposableConstructors
| 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. |