ClientImpl.prototype.startTrace = function()

in content/lib/paho-mqtt.js [1020:1025]


	ClientImpl.prototype.startTrace = function () {
		if ( this._traceBuffer === null ) {
			this._traceBuffer = [];
		}
		this._trace("Client.startTrace", new Date(), version);
	};