this._log.apply(this, [7].concat([].splice.call(arguments, 0)));
},
+ debug : function () {
+ this._log.apply(this, [7].concat(Array.prototype.slice.call(arguments)));
+ },
+
info : function () {
this._log.apply(this, [6].concat([].splice.call(arguments, 0)));
},
this._log.apply(this, [3].concat([].splice.call(arguments, 0)));
},
+ dir : function () {
+ },
+
+ time : function () {
+ },
+
+ timeEnd : function () {
+ },
+
+ groupCollapsed : function () {
+ },
+
+ groupEnd : function () {
+ },
+
separator : function (type) {
var co = this;