7 references to Log
Microsoft.DotNet.HotReload.Agent.Host.Package (7)
StartupHook.cs (7)
38Log($"Loaded into process: {processPath} ({typeof(StartupHook).Assembly.Location})"); 44Log($"Environment variable {AgentEnvironmentVariables.DotNetWatchHotReloadNamedPipeName} has no value"); 55Log($"Resolving '{args.Name}, Version={args.Version}'"); 69Log($"Runtime rude edit detected: '{message}'"); 92listener = new PipeListener(s_namedPipeName, agent, Log); 114Log("Windows Ctrl+C handling enabled."); 118Log($"Failed to enable Ctrl+C handling: {GetLastPInvokeErrorMessage()}");