A handler which logs request information to the Vert.x logger.
| package |
Default |
|---|
__construct()
create( $arg0 = null, $arg1 = null) : \io\vertx\jphp\ext\web\handler\LoggerHandler
create()
Create a handler with he specified format
param $format [string] the format create($format)
Create a handler with he specified format
param $immediate [boolean] true if logging should occur as soon as request arrives param $format [string] the format create($immediate, $format)
boolean | string
string
\io\vertx\jphp\ext\web\handler\LoggerHandlerthe handler
handle( $arg0) : void
RoutingContext
DEFAULT_FORMAT
| var |
php文件只是为了写代码方便,常量的实际值请参考原java文件 |
|---|