public function LoggerInterface::notice in Lockr 7.3
Normal but significant events.
Parameters
string $message:
array $context:
Return value
void
1 method overrides LoggerInterface::notice()
- AbstractLogger::notice in vendor/
psr/ log/ Psr/ Log/ AbstractLogger.php - Normal but significant events.
File
- vendor/
psr/ log/ Psr/ Log/ LoggerInterface.php, line 89
Class
- LoggerInterface
- Describes a logger instance.
Namespace
Psr\LogCode
public function notice($message, array $context = array());