return;
}
int lategcy = Integer.parseInt(argv[0]);
// setup the main logging console
appConsole = new NodeConsole();
appConsole.start("Autonomic Application and Requests Out",
"Log of main application messages\n");
//Call the method to start the thread
appConsole.log("Thread:Main - Starting");