Package emu.grasscutter.server.dispatch
Class ClientLogHandler
java.lang.Object
emu.grasscutter.server.dispatch.ClientLogHandler
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(express.http.Request request, express.http.Response response)
-
Constructor Details
-
ClientLogHandler
public ClientLogHandler()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceexpress.http.HttpContextHandler- Throws:
IOException
-