ExportFormatter.FormatLogData(IDictionary<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats the log data for the OTLP payload.
public static string FormatLogData(System.Collections.Generic.IDictionary<string,object?> data);
static member FormatLogData : System.Collections.Generic.IDictionary<string, obj> -> string
Public Shared Function FormatLogData (data As IDictionary(Of String, Object)) As String
Parameters
- data
- IDictionary<String,Object>
The operation data containing the log information.
Returns
A JSON string representing the OTLP payload for the log data.