I would like to override the method line() of Illuminate\\Console\\Command class in order to add it a logger (Log::info()).
line()
Illuminate\\Console\\Command
Log::info()
The