eZ\Publish\Core\Persistence\Cache\PersistenceLogger::__construct PHP Method

__construct() public method

public __construct ( boolean $logCalls = true )
$logCalls boolean Flag to enable logging of calls or not, should be disabled in prod
    public function __construct($logCalls = true)
    {
        $this->logCalls = $logCalls;
    }