1 write to _logger
aspire (1)
Profiling\ProfileCaptureService.cs (1)
259
_logger
= logger;
4 references to _logger
aspire (4)
Profiling\ProfileCaptureService.cs (4)
324
_logger
.LogError("No profiling traces were exported for session {SessionId}", _options.SessionId);
330
_logger
.LogError("No exported spans matched profiling session {SessionId}", _options.SessionId);
362
_logger
.LogDebug(ex, "Failed to stop profile dashboard process.");
379
_logger
.LogDebug(ex, "Profile dashboard process did not exit within the disposal timeout.");