1 write to LogLevel
aspire (1)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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], Inputs = (global::System.Collections.Generic.IReadOnlyList<global::Aspire.Cli.Backchannel.PublishingPromptInput>)args[5],
LogLevel
= (string)args[6], Timestamp = (global::System.DateTimeOffset?)args[7], EnableMarkdown = (bool)args[8] },
4 references to LogLevel
aspire (4)
BackchannelJsonSerializerContext.PublishingActivityData.g.cs (2)
246
Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivityData)obj).
LogLevel
,
324
writer.WriteString(PropName_LogLevel, ((global::Aspire.Cli.Backchannel.PublishingActivityData)value).
LogLevel
);
Commands\PipelineCommandBase.cs (2)
347
var logLevel = activity.Data.
LogLevel
?? "Information";
481
var logLevel = activity.Data.
LogLevel
?? "Information";