Type alias LogAction

LogAction: ((...args) => void)

Type declaration

    • (...args): void
    • A logger action.

      Parameters

      • Rest ...args: any[]

        One or more argument / data to log.

      Returns void

Generated using TypeDoc