public function 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

null

2 methods override LoggerInterface::warning()
AbstractLogger::warning in drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php
Exceptional occurrences that are not errors.
Logger::warning in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php
Exceptional occurrences that are not errors.

File

drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php, line 74

Class

LoggerInterface
Describes a logger instance

Namespace

Psr\Log

Code

public function warning($message, array $context = array());