Kimai_Logger::__destruct PHP Method

__destruct() public method

Close the file if the instance is destroyed.
public __destruct ( )
    public function __destruct()
    {
        fclose($this->file);
    }