new LoggerHandler()
A handler which logs request information to the Vert.x logger.
You should mount this handler before any handler that could fail the routing context
- Source:
Methods
handle(event)
Something has happened, so handle it.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
RoutingContext | the event to handle |
- Source: