GraphAware\Reco4PHP\Engine\BaseRecommendationEngine::getLoggers PHP Method

getLoggers() final public method

final public getLoggers ( ) : array
return array
    public final function getLoggers() : array
    {
        return array_filter($this->loggers(), function (LoggerInterface $logger) {
            return true;
        });
    }