15 references to Log
CreateLayout (15)
Program.cs (15)
140
Log
($"Building layout for {_rid} version {_version}");
141
Log
($"Configuration: {_configuration}");
142
Log
($"Output: {_outputPath}");
143
Log
($"Artifacts: {_artifactsPath}");
157
Log
("Layout build complete!");
162
Log
("Copying aspire-managed...");
204
Log
($" Copied aspire-managed to managed/");
209
Log
("Copying Native AOT Dashboard...");
253
Log
(" Copied Native AOT Dashboard to dashboard/");
258
Log
("Copying DCP...");
274
Log
($" Copied DCP to dcp");
284
Log
($"Creating archive: {archivePath}");
342
Log
($"Archive created: {archivePath}");
418
Log
($" Found DCP at {toolsPath}");
439
Log
($" Found DCP at {toolsPath} (legacy package)");