public function LoggerInterface::debug in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::debug()
- 8.3 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::debug()
Detailed debug information.
Parameters
string $message:
array $context:
Return value
void
2 methods override LoggerInterface::debug()
- AbstractLogger::debug in vendor/
psr/ log/ Psr/ Log/ AbstractLogger.php - Detailed debug information.
- DevNullLogger::debug in vendor/
smartling/ api-sdk-php/ src/ Logger/ DevNullLogger.php - Detailed debug information.
File
- vendor/
psr/ log/ Psr/ Log/ LoggerInterface.php, line 111
Class
- LoggerInterface
- Describes a logger instance.
Namespace
Psr\LogCode
public function debug($message, array $context = array());