The goal of this PR is to allow developers to print table output to file and also console if needed. The console will be turned on by default and file storage only if outputFile is specified in the config.
Why? I want to generate each report for the day as a separate file that will allow me to see the changes over time and at the same time always prints the output on the console if I want to.
The goal of this PR is to allow developers to print table output to file and also console if needed. The console will be turned on by default and file storage only if outputFile is specified in the config.
Why? I want to generate each report for the day as a separate file that will allow me to see the changes over time and at the same time always prints the output on the console if I want to.
Thank you for considering this small change.