Class DevLoggingPlugin

  • All Implemented Interfaces:

    
    public final class DevLoggingPlugin
    extends Plugin<DevLoggingPlugin.Config>
                        

    The development debugging logger catches most of the interesting stuff about requests and responses, and logs it in an easy-to-read manner. It works both for HTTP and WebSocket requests. Only intended for use during development and/or debugging.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit onInitialize(JavalinConfig config) Initialize properties and access configuration before any handler is registered.
      • Methods inherited from class io.javalin.plugin.Plugin

        name, onStart, priority, repeatable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait