• Parameters

    • scriptFullPath: string

    Returns ((...arg: any[]) => void)

    returns a debugLog function that will write message to the console if the DEBUG environment variable indicates that the provided source file shall display debug trace

      • (...arg): void
      • Parameters

        • Rest...arg: any[]

        Returns void