public function LoggerInterface::notice

Normal but significant events.

Parameters

string $message:

array $context:

Return value

null

2 methods override LoggerInterface::notice()
AbstractLogger::notice in drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php
Normal but significant events.
Logger::notice in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php
Normal but significant events.

File

drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php, line 83

Class

LoggerInterface
Describes a logger instance

Namespace

Psr\Log

Code

public function notice($message, array $context = array());