I am trying to change my default logger on a laravel 4.2 app. Other answers suggest using $app->configureMonologUsing in bootstrap/app.php, but this method is not available in Laravel 4.2.
$app->configureMonologUsing
Is there an alternative?