HealthCheckService constructor
HealthCheckService(
- List<
HealthIndicator> _indicators, - ErrorLogStyle errorLogStyle
Creates a HealthCheckService with the provided list of indicators and error logging style.
Implementation
HealthCheckService(this._indicators, this.errorLogStyle);