Sdk.LOG_SERVICE_APP_UNICID="4F59CB0433Z1C221869268" ;
Sdk.LOG_SERVICE_API_KEY="4F59695A496E4853357468" ;
Sdk.LOG_SERVICE_API_SECRET="not in use in this sdk";
//initialise service callback passing true will make all service call to be performed asynchronously
LogServiceClient.initialise(new INotifiable() {
@Override
public void LoggingClientCompleted(LogserviceResponse response, boolean http_error_flag) {
//check http error and service call status
if(response!=null){
System.out.println(response.getStatus());