public function DevNullLogger::error in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::error()
- 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::error()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::error()
- 8.3 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::error()
Runtime errors that do not require immediate action but should typically be logged and monitored.
Parameters
string $message:
array $context:
Return value
null
Overrides LoggerInterface::error
File
- vendor/
smartling/ api-sdk-php/ src/ Logger/ DevNullLogger.php, line 61
Class
Namespace
Smartling\LoggerCode
public function error($message, array $context = []) {
}