Type alias LoggingMethod

LoggingMethod: ((...message) => void)

Type declaration

    • (...message): void
    • Parameters

      • Rest ...message: any[]

      Returns void