PHP Class REBELinBLUE\Deployer\Bootstrap\ConfigureLogging

Inheritance: extends Illuminate\Foundation\Bootstrap\ConfigureLogging
Afficher le fichier Open project: rebelinblue/deployer

Méthodes protégées

Méthode 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 méthode

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 méthode

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