You are here

public function LoggerInterface::info in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/log/Psr/Log/LoggerInterface.php \Psr\Log\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 vendor/psr/log/Psr/Log/AbstractLogger.php
Interesting events.
Logger::info in vendor/symfony/http-kernel/Tests/Logger.php
Interesting events.

File

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());