1 write to Body
aspire (1)
OtlpCliJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
139
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpLogRecordJson)obj).
Body
= value!,
2 references to Body
aspire (2)
Commands\TelemetryLogsCommand.cs (1)
256
var body = log.
Body
?.StringValue ?? "";
OtlpCliJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
138
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpLogRecordJson)obj).
Body
,