Type alias LoggerFilter

LoggerFilter: ((type, args) => any)

Type declaration

    • (type, args): any
    • A logger middleware.

      Parameters

      • type: LogType

        The type.

      • args: any[]

        The submitted arguments.

      Returns any

      If falsy nothing is logged.

Generated using TypeDoc