public function LoggerInterface::warn 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::warn()
Deprecated
since version 2.2, to be removed in 3.0. Use warning() which is PSR-3 compatible.
1 method overrides LoggerInterface::warn()
- NullLogger::warn in vendor/
symfony/ http-kernel/ Log/ NullLogger.php
File
- vendor/
symfony/ http-kernel/ Log/ LoggerInterface.php, line 43
Class
- LoggerInterface
- LoggerInterface.
Namespace
Symfony\Component\HttpKernel\LogCode
public function warn($message, array $context = array());