public function LoggerInterface::warning in Lockr 7.3
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
1 method overrides LoggerInterface::warning()
- AbstractLogger::warning in vendor/
psr/ log/ Psr/ Log/ AbstractLogger.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());