Function appendLog

  • This function will append a log to the log file and print it to the console

    Parameters

    • logFolderPath: string

      is a path to the log folder

    • stage: STAGE

      is a stage name

    • log: string

      is a log message

    Returns Promise<void>