5 references to ClearStructuredLogs
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (1)
475TelemetryRepository.ClearStructuredLogs(key);
Otlp\Storage\TelemetryRepository.cs (1)
602ClearStructuredLogs(null);
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\LogTests.cs (3)
1061repository.ClearStructuredLogs(); 1126repository.ClearStructuredLogs(new ApplicationKey("app1", "123")); 1200repository.ClearStructuredLogs(new ApplicationKey("app1", null));