public function LoggerInterface::crit in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Log/LoggerInterface.php \Symfony\Component\HttpKernel\Log\LoggerInterface::crit()
Deprecated
since version 2.2, to be removed in 3.0. Use critical() which is PSR-3 compatible.
1 method overrides LoggerInterface::crit()
- NullLogger::crit in vendor/
symfony/ http-kernel/ Log/ NullLogger.php
File
- vendor/
symfony/ http-kernel/ Log/ LoggerInterface.php, line 33
Class
- LoggerInterface
- LoggerInterface.
Namespace
Symfony\Component\HttpKernel\LogCode
public function crit($message, array $context = array());