public function LoggerInterface::warning 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::warning()
- 8.3 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::warning()
Exceptional occurrences that are not errors.
Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.
Parameters
string $message:
array $context:
Return value
void
2 methods override LoggerInterface::warning()
- AbstractLogger::warning in vendor/
psr/ log/ Psr/ Log/ AbstractLogger.php - Exceptional occurrences that are not errors.
- DevNullLogger::warning in vendor/
smartling/ api-sdk-php/ src/ Logger/ DevNullLogger.php - Exceptional occurrences that are not errors.
File
- vendor/
psr/ log/ Psr/ Log/ LoggerInterface.php, line 79
Class
- LoggerInterface
- Describes a logger instance.
Namespace
Psr\LogCode
public function warning($message, array $context = array());