3 references to CreateLogEntry
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
142
addedLogs.Add(logs[i].
CreateLogEntry
(logIds[i]));
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
223
return new OtlpLogEntryData(record, resourceView, scope, context).
CreateLogEntry
(Interlocked.Increment(ref s_nextLogEntryId));
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
223
return new OtlpLogEntryData(record, resourceView, scope, context).
CreateLogEntry
(Interlocked.Increment(ref s_nextLogEntryId));