Neos\Flow\Log\Backend\AbstractBackend::setLogIpAddress PHP Method

setLogIpAddress() public method

Enables or disables logging of IP addresses.
public setLogIpAddress ( boolean $logIpAddress ) : void
$logIpAddress boolean Set to TRUE to enable logging of IP address, or FALSE to disable
return void
    public function setLogIpAddress($logIpAddress)
    {
        $this->logIpAddress = $logIpAddress;
    }