Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static LoggerHandler.Format |
LoggerHandler.DEFAULT_FORMAT |
Modifier and Type | Method and Description |
---|---|
static LoggerHandler.Format |
LoggerHandler.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerHandler.Format[] |
LoggerHandler.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LoggerHandler |
LoggerHandler.create(boolean immediate,
LoggerHandler.Format format)
Create a handler with he specified format
|
static LoggerHandler |
LoggerHandler.create(LoggerHandler.Format format)
Create a handler with he specified format
|
Modifier and Type | Method and Description |
---|---|
static LoggerHandler |
LoggerHandler.create(boolean immediate,
LoggerHandler.Format format)
Create a handler with he specified format
|
static LoggerHandler |
LoggerHandler.create(LoggerHandler.Format format)
Create a handler with he specified format
|
Copyright © 2015. All Rights Reserved.