You are here

public function DevNullLogger::alert in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::alert()
  2. 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::alert()
  3. 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::alert()

Action must be taken immediately.

Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.

Parameters

string $message:

array $context:

Return value

null

Overrides LoggerInterface::alert

File

vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php, line 34

Class

DevNullLogger

Namespace

Smartling\Logger

Code

public function alert($message, array $context = []) {
}