You are here

public function LoggerInterface::info in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/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 lib/Psr/Log/AbstractLogger.php
Interesting events.
LoggerBase::info in src/Logger/LoggerBase.php
Interesting events.

File

lib/Psr/Log/LoggerInterface.php, line 94

Class

LoggerInterface
Describes a logger instance

Namespace

Psr\Log

Code

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