You are here

public function DevNullLogger::debug in TMGMT Translator Smartling 8.2

Same name in this branch
  1. 8.2 api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::debug()
  2. 8.2 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::debug()
Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::debug()
  2. 8.3 vendor/smartling/api-sdk-php/src/Logger/DevNullLogger.php \Smartling\Logger\DevNullLogger::debug()

Detailed debug information.

Parameters

string $message:

array $context:

Return value

null

Overrides LoggerInterface::debug

File

api-sdk-php/src/Logger/DevNullLogger.php, line 114

Class

DevNullLogger

Namespace

Smartling\Logger

Code

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