Enum LogEventType
Log event type that describes what type of LogEvent this is.
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public enum LogEventType
Fields
Name | Description |
---|---|
HttpTrace | The event used to track HTTP Calls. |
Metric | The event used to track metrics |
Trace | The event used to track Traces. |