9 references to LogEntry
Aspire.Dashboard (9)
Components\ResourcesGridColumns\LogMessageColumnDisplay.razor.cs (2)
24_exceptionText = OtlpLogEntry.GetExceptionText(LogEntry); 27private Task OnLaunchGenAIVisualizerAsync() => LaunchGenAIVisualizerCallback.InvokeAsync(LogEntry);
Components_Pages_StructuredLogs_razor.g.cs (1)
1610LogEntry
Components_ResourcesGridColumns_LogMessageColumnDisplay_razor.g.cs (6)
204FormatHelpers.TruncateText(LogEntry.Message, FormatHelpers.ColumnMaximumTextLength) 221LogEntry.Message 255FormatHelpers.TruncateText(LogEntry.Message, FormatHelpers.TooltipMaximumTextLength) 323if (!string.IsNullOrEmpty(LogEntry.TraceId) && 324!string.IsNullOrEmpty(LogEntry.SpanId) && 325GenAIHelpers.IsGenAISpan(LogEntry.Attributes))