public function DevNullLogger::notice in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::notice()
- 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::notice()
- 8.3 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::notice()
Normal but significant events.
Parameters
string $message:
array $context:
Return value
null
Overrides LoggerInterface::notice
File
- vendor/
smartling/ api-sdk-php/ src/ Logger/ DevNullLogger.php, line 88
Class
Namespace
Smartling\LoggerCode
public function notice($message, array $context = []) {
}