Class LoggerFormatter


  • public class LoggerFormatter
    extends Object
    Implement to format the output of the LoggerHandler

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • LoggerFormatter

        public LoggerFormatter​(io.vertx.ext.web.handler.LoggerFormatter delegate)
      • LoggerFormatter

        public LoggerFormatter​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.LoggerFormatter getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • format

        public String format​(RoutingContext routingContext,
                             long ms)
        Parameters:
        routingContext - The routing context
        ms - The number of milliseconds since first receiving the request
        Returns:
        The formatted string to log
      • newInstance

        public static LoggerFormatter newInstance​(io.vertx.ext.web.handler.LoggerFormatter arg)