Class LogHandler

java.lang.Object
emu.grasscutter.server.http.handlers.LogHandler
All Implemented Interfaces:
Router

public final class LogHandler extends Object implements Router
Handles logging requests made to the server.
  • Constructor Details

    • LogHandler

      public LogHandler()
  • Method Details

    • applyRoutes

      public void applyRoutes(express.Express express, io.javalin.Javalin handle)
      Description copied from interface: Router
      Called when the router is initialized by Express.
      Specified by:
      applyRoutes in interface Router
      Parameters:
      express - An Express instance.