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