Function logMessage

  • Log a message to the console if the verbose flag is set

    Parameters

    • message: string

      The message to log

    • verbose: boolean = false

      Whether or not to log the message

    Returns void