HealthCheckLogger
extends LoggerAdapter
in package
This is the HealthCheckLogger class, it manages the health check logs.
This class extends LoggerAdapter (SDK\Core\Resources\Logger\LoggerAdapter), see this class.
The required parameters to generate a HealthCheckLogger are defined in the constant: HealthCheckLogger::REQUIRED_PARAMS.
Tags
Table of Contents
| LOG_HEALTH_CHECK | = 'F210T00001' | |
|---|---|---|
| REQUIRED_PARAMS | Required parameters to generate a HealthCheckLogger log. | = ['code', 'process', 'steps'] |
| getLoggerName() | It returns the name of the logger for a HealthCheckLogger. | : string |
| getLogName() | It returns the name of the log for a HealthCheckLogger. | : string |
Constants
LOG_HEALTH_CHECK
public
mixed
LOG_HEALTH_CHECK
= 'F210T00001'
REQUIRED_PARAMS
Required parameters to generate a HealthCheckLogger log.
protected
mixed
REQUIRED_PARAMS
= ['code', 'process', 'steps']
Methods
getLoggerName()
It returns the name of the logger for a HealthCheckLogger.
protected
getLoggerName() : string
Tags
Return values
string —getLogName()
It returns the name of the log for a HealthCheckLogger.
protected
getLogName() : string