ManaPHP\LoggerInterface::info PHP Метод

info() публичный Метод

Sends/Writes an info message to the log
public info ( string $message, array $context = [] ) : static
$message string
$context array
Результат static
    public function info($message, $context = []);