DefaultHealthCheckService.cs (7)
49Log.HealthCheckProcessingBegin(_logger);
70Log.HealthCheckProcessingEnd(_logger, report.Status, totalElapsedTime);
90Log.HealthCheckBegin(_logger, registration.Name);
118Log.HealthCheckEnd(_logger, registration, entry, duration);
119Log.HealthCheckData(_logger, registration, entry);
132Log.HealthCheckError(_logger, registration, ex, duration);
147Log.HealthCheckError(_logger, registration, ex, duration);