Gajus\Dindent\Indenter::getLog PHP Method

getLog() public method

Debugging utility. Get log for the last indent operation.
public getLog ( ) : array
return array
    public function getLog()
    {
        return $this->log;
    }