if(typeof Btv == "undefined") Btv={};
if(typeof Btv.Logging == "undefined") Btv.Logging={};
Btv.Logging.LoggingQueries_class = function() {};
ajaxProPrototypes.Object.extend(Btv.Logging.LoggingQueries_class.prototype, ajaxProPrototypes.Object.extend(new AjaxPro.AjaxClass(), {
	LogData: function(logScopeID, hostUrl, message) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.LogData.arguments)[3]) || (null);
		return this.invoke(false, v, "POST", "LogData", {"logScopeID":logScopeID, "hostUrl":hostUrl, "message":message}, ajaxProPrototypes.Function.argumentsToArray(this.LogData.arguments).slice(4));
	},
	url: '/ajaxpro/Btv.Logging.LoggingQueries,App_Code.ashx?typeVersion=11051'
}));
Btv.Logging.LoggingQueries = new Btv.Logging.LoggingQueries_class();

