CacheTool\Monolog\ConsoleHandler::handle PHP Method

handle() public method

public handle ( array $record )
$record array
    public function handle(array $record)
    {
        // we have to update the logging level each time because the verbosity of the
        // console output might have changed in the meantime (it is not immutable)
        return $this->updateLevel() && parent::handle($record);
    }