Show / Hide Table of Contents

    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

    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<LogEventFormatterFlags>(String, String)
    Validator.Equals<LogEventFormatterFlags>(LogEventFormatterFlags, String, String)
    Validator.Equals<LogEventFormatterFlags, TE>(LogEventFormatterFlags, String)
    Validator.NotEquals<LogEventFormatterFlags>(LogEventFormatterFlags, String, String)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.