public function LoggerInterface::notice in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\LoggerInterface::notice()
Normal but significant events.
Parameters
string $message:
array $context:
Return value
null
2 methods override LoggerInterface::notice()
- AbstractLogger::notice in vendor/
psr/ log/ Psr/ Log/ AbstractLogger.php - Normal but significant events.
- Logger::notice in vendor/
symfony/ http-kernel/ Tests/ Logger.php - Normal but significant events.
File
- vendor/
psr/ log/ Psr/ Log/ LoggerInterface.php, line 83
Class
- LoggerInterface
- Describes a logger instance
Namespace
Psr\LogCode
public function notice($message, array $context = array());