9 references to LogEntry
Aspire.Dashboard (9)
Components\ResourcesGridColumns\LogMessageColumnDisplay.razor.cs (2)
24
_exceptionText = OtlpLogEntry.GetExceptionText(
LogEntry
);
27
private Task OnLaunchGenAIVisualizerAsync() => LaunchGenAIVisualizerCallback.InvokeAsync(
LogEntry
);
Components_Pages_StructuredLogs_razor.g.cs (1)
1616
LogEntry
Components_ResourcesGridColumns_LogMessageColumnDisplay_razor.g.cs (6)
210
FormatHelpers.TruncateText(
LogEntry
.Message, FormatHelpers.ColumnMaximumTextLength)
227
LogEntry
.Message
261
FormatHelpers.TruncateText(
LogEntry
.Message, FormatHelpers.TooltipMaximumTextLength)
329
if (!string.IsNullOrEmpty(
LogEntry
.TraceId) &&
330
!string.IsNullOrEmpty(
LogEntry
.SpanId) &&
331
GenAIHelpers.IsGenAISpan(
LogEntry
.Attributes))