2 references to ParsePrefixedOutput
Aspire.Hosting.EntityFrameworkCore (2)
EFCoreOperationExecutor.cs (2)
407var (logLevel, normalizedContent, isData) = ParsePrefixedOutput(entry.Content, entry.IsErrorMessage); 441var (logLevel, normalizedContent, isData) = ParsePrefixedOutput(line, isErrorOutput);