class LogServiceProvider extends LogServiceProvider

Methods

void
configureSingleHandler(LoggerInterface $log)

Configure the Monolog handlers for the application.

void
configureDailyHandler(LoggerInterface $log)

Configure the Monolog handlers for the application.

Details

at line 17
protected void configureSingleHandler(LoggerInterface $log)

Configure the Monolog handlers for the application.

Parameters

LoggerInterface $log

Return Value

void

at line 32
protected void configureDailyHandler(LoggerInterface $log)

Configure the Monolog handlers for the application.

Parameters

LoggerInterface $log

Return Value

void