Options of the BeginWriteItem(CustomLogRecordItem, in CustomLogRecordTextOptions) method.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public readonly struct CustomLogRecordOptionsProperties
| Name | Description |
|---|---|
| Attributes | Describes how the ICustomLogRecordBuilder will be used. |
| Data | Gets the LogEventData for the current record. |
| Kind | Kind of log record (typically CustomActivityEntry, CustomActivityExit or CustomRecord). |
| Level | Severity of the log record. |
| Properties | Gets the activity properties. |