1 write to LogLevel
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingActivityData(){ Id = (string)args[0], StatusText = (string)args[1], CompletionState = (string)args[2], StepId = (string)args[3], CompletionMessage = (string)args[4], PipelineSummary = (global::System.Collections.Generic.IReadOnlyList<global::System.Collections.Generic.KeyValuePair<string, string>>)args[5], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[6], LogLevel = (string)args[7], Timestamp = (global::System.DateTimeOffset?)args[8], EnableMarkdown = (bool)args[9] },
4 references to LogLevel
aspire (4)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
266Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).LogLevel, 346writer.WriteString(PropName_LogLevel, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).LogLevel);
Commands\PipelineCommandBase.cs (2)
353var logLevel = activity.Data.LogLevel ?? "Information"; 487var logLevel = activity.Data.LogLevel ?? "Information";