public function NullLogger::crit

@api

Overrides LoggerInterface::crit

Deprecated

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

File

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

Class

NullLogger
NullLogger.

Namespace

Symfony\Component\HttpKernel\Log

Code

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