HealthReportTextFormatter class

Produces a concise, human-readable text representation of a HealthReport. Intended for terminals, logs, or lightweight probes where structured formats (JSON/YAML/XML) are unnecessary.

public static class HealthReportTextFormatter

Public Members

name description
static Format(…) Formats a HealthReport into a concise plain text representation. Includes probe data when includeData is true.

See Also