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