10 references to Log
Microsoft.Extensions.DotNetDeltaApplier (10)
src\sdk\src\Dotnet.Watch\HotReloadAgent.Host\StartupHook.cs (10)
40Log($"Loaded into process: {processPath} ({typeof(StartupHook).Assembly.Location})"); 42var transport = Transport.TryCreate(Log); 48Log($"No hot reload endpoint configured. Set {AgentEnvironmentVariables.DotNetWatchHotReloadNamedPipeName} or {AgentEnvironmentVariables.DotNetWatchHotReloadWebSocketEndpoint}"); 59Log($"Resolving '{args.Name}, Version={args.Version}'"); 73Log($"Runtime rude edit detected: '{message}'"); 96listener = new Listener(transport, agent, Log); 118Log("Windows Ctrl+C handling enabled."); 122Log($"Failed to enable Ctrl+C handling: {GetLastPInvokeErrorMessage()}"); 139Log($"SIGTERM received. Cancel={context.Cancel}"); 147Log("Posix signal handlers registered.");