I want to output to the console from an artisan command. This is deep in a long call stack so using $this->error(\'My warning\'); is not suitable.
$this->error(\'My warning\');
The