1 write to _logger
Microsoft.DotNet.HotReload.Watch (1)
HotReload\IncrementalMSBuildWorkspace.cs (1)
34_logger = logger;
9 references to _logger
Microsoft.DotNet.HotReload.Watch (9)
HotReload\IncrementalMSBuildWorkspace.cs (9)
39_logger.LogInformation("Loading projects ..."); 104_logger.LogInformation("Projects loaded in {Time}s.", stopwatch.Elapsed.TotalSeconds.ToString("0.0")); 151_logger.LogDebug("Could not find document with path '{FilePath}' in the workspace.", changedFile.FilePath); 163_logger.LogDebug("Updating document text of '{FilePath}'.", changedFile.FilePath); 234_logger.LogDebug("Solution: {Path}", solution.FilePath); 236if (!_logger.IsEnabled(LogLevel.Debug)) 241_logger.LogDebug("Solution after {Operation}: v{Version}", operationDisplayName, updateId); 245_logger.LogDebug(" Project: {Path}", project.FilePath); 266_logger.LogDebug(" {Kind}: {FilePath} [{Checksum}]", kind, document.FilePath, Convert.ToBase64String(text.GetChecksum().ToArray()));