Show / Hide Table of Contents

    Class CommsLogEventFormatter

    Test log formatter.

    Inheritance
    Object
    CommsLogEventFormatter
    Implements
    ILogEventFormatter
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common.Telemetry
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public class CommsLogEventFormatter : ILogEventFormatter

    Constructors

    CommsLogEventFormatter()

    Declaration
    public CommsLogEventFormatter()

    Methods

    Format(LogEvent)

    Declaration
    public string Format(LogEvent logEvent)
    Parameters
    Type Name Description
    LogEvent logEvent
    Returns
    Type Description
    String

    Implements

    ILogEventFormatter
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.