M6Web\Bundle\PhpProcessManagerBundle\Command\HttpProcessCommand::writeln PHP Method

writeln() protected static method

protected static writeln ( Symfony\Component\Console\Output\OutputInterface $output, $line )
$output Symfony\Component\Console\Output\OutputInterface
    protected static function writeln(OutputInterface $output, $line)
    {
        $output->writeln('[' . date('c') . '] ' . $line);
    }