Uses of Enum
io.vertx.ext.web.handler.LoggerFormat
Packages that use LoggerFormat
Package
Description
-
Uses of LoggerFormat in io.vertx.ext.web.handler
Subclasses with type arguments of type LoggerFormat in io.vertx.ext.web.handlerFields in io.vertx.ext.web.handler declared as LoggerFormatMethods in io.vertx.ext.web.handler that return LoggerFormatModifier and TypeMethodDescriptionstatic LoggerFormatReturns the enum constant of this type with the specified name.static LoggerFormat[]LoggerFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.web.handler with parameters of type LoggerFormatModifier and TypeMethodDescriptionstatic LoggerHandlerLoggerHandler.create(boolean immediate, LoggerFormat format) Create a handler with he specified formatstatic LoggerHandlerLoggerHandler.create(LoggerFormat format) Create a handler with he specified format -
Uses of LoggerFormat in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler declared as LoggerFormatMethods in io.vertx.reactivex.ext.web.handler with parameters of type LoggerFormatModifier and TypeMethodDescriptionstatic LoggerHandlerLoggerHandler.create(boolean immediate, LoggerFormat format) Create a handler with he specified formatstatic LoggerHandlerLoggerHandler.create(LoggerFormat format) Create a handler with he specified format -
Uses of LoggerFormat in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler declared as LoggerFormatMethods in io.vertx.rxjava3.ext.web.handler with parameters of type LoggerFormatModifier and TypeMethodDescriptionstatic LoggerHandlerLoggerHandler.create(boolean immediate, LoggerFormat format) Create a handler with he specified formatstatic LoggerHandlerLoggerHandler.create(LoggerFormat format) Create a handler with he specified format