4 references to ClientLogger
Microsoft.DotNet.HotReload.Watch (4)
HotReload\CompilationHandler.cs (3)
143var runningProcess = _processRunner.RunAsync(processSpec, clients.ClientLogger, launchResult, processTerminationSource.Token); 242var logger = runningProject.Clients.ClientLogger; 393runningProject.Clients.ClientLogger.Log(MessageDescriptor.HotReloadCanceledProcessExited);
HotReloadClients.cs (1)
214ClientLogger.LogError("Failed to read file {FilePath}: {Message}", filePath, e.Message);