Function setLogging

  • Enables or disables logging. This function can be called even before calling initialize.

    Parameters

    • enable: boolean

      If true, logging is enabled. If false, logging is disabled.

    Returns void