output = $output; } protected function write(array $record) { $this->output->writeln((string) $record['formatted']); } }