Hi,
We are using Elektron Message API C++ edition and have configured the EmaConfig.xml to log into a file. But the problem is that every time we run our consumer program a new log file is created post-fixed with ProcessId. Is it possible to configure the logger to not to create a new file every time and append to the existing one instead, otherwise we have to have a scheduled task to remove all unwanted log files periodically.
Thanks.