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(express.Express express, io.javalin.Javalin handle) Called when the router is initialized by Express.
-
Constructor Details
-
LogHandler
public LogHandler()
-
-
Method Details
-
applyRoutes
public void applyRoutes(express.Express express, io.javalin.Javalin handle) Description copied from interface:RouterCalled when the router is initialized by Express.- Specified by:
applyRoutesin interfaceRouter- Parameters:
express- An Express instance.
-