次の方法で共有


ExportFormatter.FormatLogData(IDictionary<String,Object>) Method

Definition

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.

Applies to