Package marauroa.server.game.dbcommand

Examples of marauroa.server.game.dbcommand.LogStatisticsCommand


      logger.warn("error while printing statistics to file configured in parameter \"statistics_filename\". ", e);
    }
  }

  private void addStatisticsEventRow() {
    DBCommandQueue.get().enqueue(new LogStatisticsCommand(now));

    now.clear();
    init();
  }
View Full Code Here

TOP

Related Classes of marauroa.server.game.dbcommand.LogStatisticsCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.