express-nemo-logger
Version:
A middleware for express, extending requests with a logger instance of your choice
10 lines (6 loc) • 509 B
Markdown
A middleware for express, extending requests with a logger instance of your choice
| Name | Required | Default value | Description |
| ------------- | -------- | ------------- | ---------------------------------------------------------------------------------- |
| loggerFactory | Yes | null | A function receiving the request and response object, returning a logger instance. |