コード例 #1
0
 /*
  * The start function initializes the server and start's listening on the
  * specified port.
  */
 public void start() throws IOException {
   LogUtil.init();
   // LogUtil.setLogLevel("com.facebook", "DEBUG");
   // Start the storage service
   storageService.start();
 }