5 references to Log
Microsoft.Extensions.DotNetDeltaApplier (5)
StartupHook.cs (5)
31
Log
($"Loaded into process: {processPath} ({typeof(StartupHook).Assembly.Location})");
37
Log
($"Environment variable {AgentEnvironmentVariables.DotNetWatchHotReloadNamedPipeName} has no value");
45
Log
($"Resolving '{args.Name}, Version={args.Version}'");
50
var listener = new PipeListener(s_namedPipeName, agent,
Log
);
60
ProcessUtilities.EnableWindowsCtrlCHandling(
Log
);