public function DevNullLogger::log in TMGMT Translator Smartling 8.2
Same name in this branch
- 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::log()
- 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::log()
Same name and namespace in other branches
- 8.4 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::log()
- 8.3 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::log()
Logs with an arbitrary level.
Parameters
mixed $level:
string $message:
array $context:
Return value
null
Overrides LoggerInterface::log
File
- api-sdk-php/
src/ Logger/ DevNullLogger.php, line 127
Class
Namespace
Smartling\LoggerCode
public function log($level, $message, array $context = []) {
}