Attributes of the LogParameterOptions class. Describes how the ILogRecordBuilder will be used.
Namespace: Flashtrace.Records
Assembly: Flashtrace.dll
Syntax
[Flags]
public enum LogRecordAttributes
Fields
Name | Description |
---|---|
None | Legacy value set by IFlashtraceLogger implementations. No information is provided by the caller. |
WriteActivityDescription | The ILogRecordBuilder will be used to write the context description. |
WriteActivityDescriptionAndOutcome | The ILogRecordBuilder will be used to write the context description and outcome. |
WriteActivityOutcome | The ILogRecordBuilder will be used to write the context outcome. |
WriteMessage | The ILogRecordBuilder will be used to write a standalone message. |