command = $command; } /** * Writes the record down to the log of the implementing handler * * @param array $record * * @return void */ protected function write(array $record) { $this->command->line((string) $record['formatted']); } }