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)
1610
LogEntry
Components_ResourcesGridColumns_LogMessageColumnDisplay_razor.g.cs (6)
204
FormatHelpers.TruncateText(
LogEntry
.Message, FormatHelpers.ColumnMaximumTextLength)
221
LogEntry
.Message
255
FormatHelpers.TruncateText(
LogEntry
.Message, FormatHelpers.TooltipMaximumTextLength)
323
if (!string.IsNullOrEmpty(
LogEntry
.TraceId) &&
324
!string.IsNullOrEmpty(
LogEntry
.SpanId) &&
325
GenAIHelpers.IsGenAISpan(
LogEntry
.Attributes))