• Overwrite the log function. Set to "undefined" to use standard logging to console.

    Parameters

    • newLogFunction: (
          level: LOG_LEVELS,
          module: string,
          message: string,
          ...objectInfo: any[],
      ) => void = undefined

    Returns void