Package io.vertx.mutiny.ext.web.handler
Class LoggerFormatter
java.lang.Object
io.vertx.mutiny.ext.web.handler.LoggerFormatter
- All Implemented Interfaces:
MutinyDelegate
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.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoggerFormatter(io.vertx.ext.web.handler.LoggerFormatter delegate) LoggerFormatter(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanformat(RoutingContext routingContext, long ms) io.vertx.ext.web.handler.LoggerFormatterinthashCode()static LoggerFormatternewInstance(io.vertx.ext.web.handler.LoggerFormatter arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
LoggerFormatter
public LoggerFormatter(io.vertx.ext.web.handler.LoggerFormatter delegate) -
LoggerFormatter
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.LoggerFormatter getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
format
- Parameters:
routingContext- The routing contextms- The number of milliseconds since first receiving the request- Returns:
- The formatted string to log
-
newInstance
-