Elastica\Log::__construct PHP Method

__construct() public method

Inits log object.
public __construct ( $log = '' )
    public function __construct($log = '')
    {
        $this->setLog($log);
    }