1 write to _logger
aspire (1)
Agents\DeprecatedMcpCommandScanner.cs (1)
36_logger = logger;
5 references to _logger
aspire (5)
Agents\DeprecatedMcpCommandScanner.cs (5)
42_logger.LogDebug("Scanning for deprecated MCP command usage in agent configurations"); 78_logger.LogDebug("Found deprecated MCP command in {AgentName} config at {Path}", location.AgentName, configPath); 89_logger.LogDebug(ex, "Failed to parse {AgentName} config at {Path}", location.AgentName, configPath); 94_logger.LogDebug(ex, "Failed to read {AgentName} config at {Path}", location.AgentName, configPath); 200_logger.LogDebug("Updating {AgentName} config at {Path}", location.AgentName, configPath);