Enum LogEventFormatterFlags
The log event formatter enums
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public enum LogEventFormatterFlags
Fields
| Name | Description |
|---|---|
| ForDefault | For default case, which includes all fields. |
| ForILoggerFactory | For ILoggerFactory binding format, which doesn't include component and level, as these fields are set in ILogger outside of message. |
| IncludeManagedThreadId | Managed thread ID |
| IncludeProcessId | Process ID |
| IncludesCallInfo | Call info |
| IncludesComponent | Component |
| IncludesCorrelationId | Correlation ID |
| IncludesLevel | Level |
| IncludesProperties | Properties |
| IncludesTimestamp | Timestamp |