equal
deleted
inserted
replaced
125 default: |
125 default: |
126 _traceName += _listener.replace('IriSP.','').replace('.','_'); |
126 _traceName += _listener.replace('IriSP.','').replace('.','_'); |
127 } |
127 } |
128 this.lastEvent = _traceName; |
128 this.lastEvent = _traceName; |
129 this.tracer.trace(_traceName, _arg); |
129 this.tracer.trace(_traceName, _arg); |
130 console.log("trace('" + _traceName + "', " + JSON.stringify(_arg) + ");"); |
130 if (this._config.js_console) { |
131 |
131 console.log("tracer.trace('" + _traceName + "', " + JSON.stringify(_arg) + ");"); |
|
132 } |
132 } |
133 } |