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);
236
if (!
_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()));