1 write to _category
aspire (1)
Utils\OutputCollector.cs (1)
37
_category
= category;
1 reference to _category
aspire (1)
Utils\OutputCollector.cs (1)
63
_fileLogger?.WriteLog(DateTimeOffset.UtcNow, stream == OutputLineStream.StdErr ? LogLevel.Error : LogLevel.Information,
_category
, line);