2 references to AddLog
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (2)
147
return (logEntry) => state.
AddLog
(logEntry, inMemorySource: false);
588
loggerState.
AddLog
(LogEntry.Create(logTime, logMessage, isErrorMessage), inMemorySource: true);