PHP Class REBELinBLUE\Deployer\Bootstrap\ConfigureLogging

Inheritance: extends Illuminate\Foundation\Bootstrap\ConfigureLogging
Show file Open project: rebelinblue/deployer

Protected Methods

Method Description
configureDailyHandler ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Log\Writer $log ) Configure the Monolog handlers for the application.
configureSingleHandler ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Log\Writer $log ) Configure the Monolog handlers for the application.

Method Details

configureDailyHandler() protected method

Configure the Monolog handlers for the application.
protected configureDailyHandler ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Log\Writer $log )
$app Illuminate\Contracts\Foundation\Application
$log Illuminate\Log\Writer

configureSingleHandler() protected method

Configure the Monolog handlers for the application.
protected configureSingleHandler ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Log\Writer $log )
$app Illuminate\Contracts\Foundation\Application
$log Illuminate\Log\Writer