3 references to ClientLogger
dotnet-watch (3)
HotReload\CompilationHandler.cs (2)
120var runningProcess = _processRunner.RunAsync(processSpec, clients.ClientLogger, launchResult, processTerminationSource.Token); 320runningProject.Clients.ClientLogger.Log(MessageDescriptor.HotReloadCanceledProcessExited);
HotReload\HotReloadClients.cs (1)
165ClientLogger.LogError("Failed to read file {FilePath}: {Message}", filePath, e.Message);