HealthCheckService constructor

HealthCheckService(
  1. List<HealthIndicator> _indicators,
  2. ErrorLogStyle errorLogStyle
)

Creates a HealthCheckService with the provided list of indicators and error logging style.

Implementation

HealthCheckService(this._indicators, this.errorLogStyle);