Class ClientLogHandler

java.lang.Object
emu.grasscutter.server.dispatch.ClientLogHandler
All Implemented Interfaces:
express.http.HttpContextHandler

public final class ClientLogHandler extends Object implements express.http.HttpContextHandler
Used for processing crash dumps and logs generated by the game. Logs are in JSON, and are sent to the server for logging.
  • Constructor Details

    • ClientLogHandler

      public ClientLogHandler()
  • Method Details

    • handle

      public void handle(express.http.Request request, express.http.Response response) throws IOException
      Specified by:
      handle in interface express.http.HttpContextHandler
      Throws:
      IOException