Interface ILogEventFormatter
Interface to format log event.
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface ILogEventFormatter
Methods
Format(LogEvent)
Format the log event.
Declaration
string Format(LogEvent logEvent)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | logEvent | The log event |
Returns
Type | Description |
---|---|
String | The formatted text. |