1 write to Timestamp
Aspire.Hosting (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
34
Timestamp
= timestamp,
7 references to Timestamp
Aspire.Hosting (7)
ApplicationModel\ResourceLoggerService.cs (2)
419
if (entry.
Timestamp
!= null)
421
content = entry.
Timestamp
.Value.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture) + " " + content;
src\Shared\ConsoleLogs\LogEntries.cs (5)
38
Debug.Assert(logLine.
Timestamp
== null || logLine.
Timestamp
.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC.");
70
if (logEntry.
Timestamp
== null)
95
if (logEntry.
Timestamp
.Value >= current.Timestamp.Value)
142
if (_earliestTimestampIndex == null && logEntry.
Timestamp
!= null)