Class LogHandler
java.lang.Object
emu.grasscutter.server.http.handlers.LogHandler
- All Implemented Interfaces:
Router
Handles logging requests made to the server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyRoutes(io.javalin.Javalin javalin) Called when the router is initialized by Express.
-
Constructor Details
-
LogHandler
public LogHandler()
-
-
Method Details
-
applyRoutes
public void applyRoutes(io.javalin.Javalin javalin) Description copied from interface:RouterCalled when the router is initialized by Express.- Specified by:
applyRoutesin interfaceRouter- Parameters:
javalin- A Javalin instance.
-