this.log = function(origin, text) {
        this.data.push({date:this.now(), origin:origin, text:text});
    };