public class LoggerFormatter extends Object
LoggerHandler
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<LoggerFormatter> |
__TYPE_ARG |
Constructor and Description |
---|
LoggerFormatter(LoggerFormatter delegate) |
LoggerFormatter(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
format(RoutingContext routingContext,
long ms)
Formats and returns the log statement
|
LoggerFormatter |
getDelegate() |
int |
hashCode() |
static LoggerFormatter |
newInstance(LoggerFormatter arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<LoggerFormatter> __TYPE_ARG
public LoggerFormatter(LoggerFormatter delegate)
public LoggerFormatter(Object delegate)
public LoggerFormatter getDelegate()
public String format(RoutingContext routingContext, long ms)
routingContext
- The routing contextms
- The number of milliseconds since first receiving the requestpublic static LoggerFormatter newInstance(LoggerFormatter arg)
Copyright © 2021 Eclipse. All rights reserved.