Options
All
  • Public
  • Public/Protected
  • All
Menu

KoaReqLogger (koa-req-logger)

Index

Type aliases

RequestIdFunction

RequestIdFunction: function

Function Signature for the optional Request ID Generation Function override.

Type declaration

    • (): string
    • Returns string

Functions

errSerializer

  • errSerializer(err: any): any

reqSerializer

  • reqSerializer(req: any): any

resSerializer

  • resSerializer(res: any): any

Generated using TypeDoc