6 references to Log
Microsoft.Extensions.DotNetDeltaApplier (6)
StartupHook.cs (6)
31
Log
($"Loaded into process: {processPath} ({typeof(StartupHook).Assembly.Location})");
37
Log
($"Environment variable {AgentEnvironmentVariables.DotNetWatchHotReloadNamedPipeName} has no value");
48
Log
($"Resolving '{args.Name}, Version={args.Version}'");
62
Log
($"Runtime rude edit detected: '{message}'");
85
listener = new PipeListener(s_namedPipeName, agent,
Log
);
95
ProcessUtilities.EnableWindowsCtrlCHandling(
Log
);