You are here

public function DevNullLogger::critical 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::critical()
  2. 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::critical()
  3. 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::critical()

Critical conditions.

Example: Application component unavailable, unexpected exception.

Parameters

string $message:

array $context:

Return value

null

Overrides LoggerInterface::critical

File

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

Class

DevNullLogger

Namespace

Smartling\Logger

Code

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