output = $output; } /** * Write a log entry to the terminal. * @param array $record */ protected function write(array $record) { $this->output->writeln((string)$record['formatted']); } }