2 references to GenerateChildLogFilePath
aspire (1)
Commands\AppHostLauncher.cs (1)
113
var childLogFile =
GenerateChildLogFilePath
(executionContext.LogsDirectory.FullName, timeProvider);
Aspire.Cli.Tests (1)
Commands\RunCommandTests.cs (1)
155
var path = AppHostLauncher.
GenerateChildLogFilePath
(logsDirectory, timeProvider);