public function LoggerInterface::notice in Service Container 7.2
Same name and namespace in other branches
- 7 lib/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 lib/
Psr/ Log/ AbstractLogger.php - Normal but significant events.
- LoggerBase::notice in src/
Logger/ LoggerBase.php - Normal but significant events.
File
- lib/
Psr/ Log/ LoggerInterface.php, line 83
Class
- LoggerInterface
- Describes a logger instance
Namespace
Psr\LogCode
public function notice($message, array $context = array());