Show / Hide Table of Contents

    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.

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(String, Object)
    Extensions.Pin()
    Extensions.ChangeType(Type)
    Extensions.ChangeType<T>()
    Extensions.TryDispose(IGraphLogger)
    EnumUtils.GetDescription()
    ReflectionUtils.GetPropertyUsingReflection(String)
    ReflectionUtils.SetPropertyUsingReflection(String, Object)
    Validator.IsNull(String, String)
    Validator.NotNull<LogEventType>(String, String)
    Validator.Equals<LogEventType>(LogEventType, String, String)
    Validator.Equals<LogEventType, TE>(LogEventType, String)
    Validator.NotEquals<LogEventType>(LogEventType, String, String)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.