@Override
 public void writeBatchLog(HttpSession session, String logContent) {
   SystemLogService.batchWorldLog(session, logContent);
 }