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)
1616LogEntry
Components_ResourcesGridColumns_LogMessageColumnDisplay_razor.g.cs (6)
210FormatHelpers.TruncateText(LogEntry.Message, FormatHelpers.ColumnMaximumTextLength) 227LogEntry.Message 261FormatHelpers.TruncateText(LogEntry.Message, FormatHelpers.TooltipMaximumTextLength) 329if (!string.IsNullOrEmpty(LogEntry.TraceId) && 330!string.IsNullOrEmpty(LogEntry.SpanId) && 331GenAIHelpers.IsGenAISpan(LogEntry.Attributes))