Skip to content
Docs Try Aspire

logStepMarkdown

Function
📦 Aspire.Hosting v13.2.0
interface IReportingStep {
// ... omitted for brevity
logStepMarkdown(
level: string,
markdownString: string): void;
}

Signature

method logStepMarkdown
Logs a Markdown-formatted message for the reporting step
logStepMarkdown(
level: string,
markdownString: string): void
level string
markdownString string

Applies to

This function is an extension method on the following types: