You are here

public function LoggerInterface::info in Lockr 7.3

Interesting events.

Example: User logs in, SQL logs.

Parameters

string $message:

array $context:

Return value

void

1 method overrides LoggerInterface::info()
AbstractLogger::info in vendor/psr/log/Psr/Log/AbstractLogger.php
Interesting events.

File

vendor/psr/log/Psr/Log/LoggerInterface.php, line 101

Class

LoggerInterface
Describes a logger instance.

Namespace

Psr\Log

Code

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