public function HttpblLogTrapperInterface::trapEmergency in http:BL 8
Traps and forwards EMERGENCY messages, based on config setting.
Parameters
string $message:
array $context:
integer $logVolume,: The minimum setting required to pass on the message.
Return value
null
2 methods override HttpblLogTrapperInterface::trapEmergency()
- HttpblLogTrapper::trapEmergency in src/
Logger/ HttpblLogTrapper.php - Traps and forwards EMERGENCY messages, based on config setting.
- HttpblLogTrapper::trapEmergency in src/
ProxyClass/ Logger/ HttpblLogTrapper.php - Traps and forwards EMERGENCY messages, based on config setting.
File
- src/
Logger/ HttpblLogTrapperInterface.php, line 40
Class
- HttpblLogTrapperInterface
- (An arbitrated logger)
Namespace
Drupal\httpbl\LoggerCode
public function trapEmergency($message, array $context = array(), $logVolume = HTTPBL_LOG_QUIET);