ManaPHP\LoggerInterface::info PHP Method

info() public method

Sends/Writes an info message to the log
public info ( string $message, array $context = [] ) : static
$message string
$context array
return static
    public function info($message, $context = []);