interface LoggerHandler : Handler<RoutingContext>
A handler which logs request information to the Vert.x logger.
Author
Tim Fox
Author
Paulo Lopes
static val DEFAULT_FORMAT: LoggerFormat |
open static fun create(): LoggerHandler
Create a handler with default format open static fun create(format: LoggerFormat): LoggerHandleropen static fun create(immediate: Boolean, format: LoggerFormat): LoggerHandler
Create a handler with he specified format |