MetalamaAPI documentationFlashtrace APIFlashtrace.​RecordsLog­Record­Attributes
Open sandboxFocus

LogRecordAttributes Class

Attributes of the LogParameterOptions class. Describes how the ILogRecordBuilder will be used.

Inheritance
System.Object
LogRecordAttributes
Namespace: Flashtrace.Records
Assembly: Flashtrace.dll
Syntax
public sealed class LogRecordAttributes : Enum

Fields

Name Description
None

Legacy value set by IFlashtraceLogger implementations. No information is provided by the caller.

value__
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.