private void onLog(object sender, XbmcJsonRpcLogEventArgs e) { if (this.Log != null) { this.Log(this, e); } }
private void wrapperApi_XBMC_Log(object sender, XbmcJsonRpcLogEventArgs e) { Logging.Log("XBMC", e.Message, null); }