yui-log-nodejs.js revision c826b6f7d7015af6f3ef14025ce4616d9c000234
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
};
}