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