public function NullLogger::warn

@api

Overrides LoggerInterface::warn

Deprecated

since 2.2, to be removed in 3.0. Use warning() which is PSR-3 compatible.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php, line 53

Class

NullLogger
NullLogger.

Namespace

Symfony\Component\HttpKernel\Log

Code

public function warn($message, array $context = array()) {
}