public function LoggerInterface::info

Interesting events.

Example: User logs in, SQL logs.

Parameters

string $message:

array $context:

Return value

null

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

File

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

Class

LoggerInterface
Describes a logger instance

Namespace

Psr\Log

Code

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