1 write to LogRecords
aspire (1)
OtlpCliJsonSerializerContext.OtlpScopeLogsJson.g.cs (1)
79
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpScopeLogsJson)obj).
LogRecords
= value!,
3 references to LogRecords
aspire (3)
Commands\TelemetryLogsCommand.cs (1)
242
foreach (var log in scopeLog.
LogRecords
?? [])
OtlpCliJsonSerializerContext.OtlpScopeLogsJson.g.cs (2)
78
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpScopeLogsJson)obj).
LogRecords
,
132
global::Aspire.Otlp.Serialization.OtlpLogRecordJson[] __value_LogRecords = ((global::Aspire.Otlp.Serialization.OtlpScopeLogsJson)value).
LogRecords
;