Function setSqlErrorLogger

  • In order to help combat how bad Oracle's actual Error messages are, this will let you make your own output messages when there's an error

    Parameters

    • newLoggerFn: undefined | Logger

      The new function to run when an error occurs in a oracle-helper function

    Returns void

Generated using TypeDoc