Uses of Class
io.vertx.rxjava3.ext.web.handler.LoggerFormatter
-
Packages that use LoggerFormatter Package Description io.vertx.rxjava3.ext.web.handler -
-
Uses of LoggerFormatter in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type LoggerFormatter Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<LoggerFormatter>
LoggerFormatter. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler that return LoggerFormatter Modifier and Type Method Description static LoggerFormatter
LoggerFormatter. newInstance(LoggerFormatter arg)
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type LoggerFormatter Modifier and Type Method Description LoggerHandler
LoggerHandler. customFormatter(LoggerFormatter formatter)
Set the custom formatter to be used by the handler.
-