Type alias AsyncLoggerMiddleware

AsyncLoggerMiddleware: ((type, args, next) => void)

Type declaration

    • (type, args, next): void
    • An any logger middleware.

      Parameters

      • type: LogType

        The type.

      • args: any[]

        The submitted arguments.

      • next: NextFunction

        The next function.

      Returns void

Generated using TypeDoc