client/annotviz/app/js/logger.js
changeset 134 119b6193c493
parent 131 0bb70072a56f
equal deleted inserted replaced
133:12f782a13fa2 134:119b6193c493
    33 
    33 
    34     this.log = function(msg) {
    34     this.log = function(msg) {
    35         if(doLog) {
    35         if(doLog) {
    36             console.log(msg);
    36             console.log(msg);
    37         }
    37         }
    38     }
    38     };
    39 
    39 
    40 }
    40 }
    41 
    41 
    42 module.exports = {
    42 module.exports = {
    43     HtmlLogger: HtmlLogger,
    43     HtmlLogger: HtmlLogger,