yui-log-nodejs-debug.js revision a76f066cb8261ad9f7c6c4d81d8c3bed2f1a788a
hasColor = false;
try {
} catch (ex) {
hasColor = true;
}
return str;
}
if (!num) {
num = '32';
}
};
var id = '';
if (this.id) {
}
t = t || 'info';
if (str === null) {
str = 'null';
}
try {
//Should we use this?
} else {
}
} catch (e) {
//Fail catcher
}
}
t = t+''; //Force to a string..
switch (t.toLowerCase()) {
case 'error':
break;
case 'warn':
lvl = 33;
break;
case 'debug':
lvl = 34;
break;
}
if (typeof str === 'string') {
}
}
// output log messages to stderr
};
}