this.logAll = function(type, data) {
        this.data.push({date:this.now(), type:type, data:data});
    };