HealthReportTextFormatter.Format method

Formats a HealthReport into a concise plain text representation. Includes probe data when includeData is true.

public static string Format(HealthReport report, bool includeData = true)
parameter description
report The health report to format.
includeData When true (default) emits per-probe data key/value lines.

Return Value

A multi-line string suitable for console or log output.

See Also