• Logs the content of a file to the console. If the content is an array of strings, it will be logged with a yellow background and the index of each item in the array will be included in the log message.

    Parameters

    • engine: AioTextProcessorMethods

      The engine used to process the file.

    • content: any

      The content of the file to be logged.

    Returns Promise<void>