I have a bunch of archives, each contains thousands of files to be processed. I want to write one log file as summary, one containing errors if any, and finally, for each archive, a separate log file with all entries processed.
The first two can be configured with WriteTo and Filters. But I don't know how many archives up front. Is it possible to start new log files at runtime in a loop?
Thanks