UDP Data Backup
Posted on Oct 15, 2021 at 6:25 AM
Is there a way to make the UDP listener function commit logs to a permanent file rather than a temp file? I want the application to collect data from UDP and save it for future reference.
Posted on Oct 15, 2021 at 6:30 AM
Hi,
This is not possible at the moment. The data can only be stored to a temporary file.
What you could do here is create a batch file which periodically copies the temporary file to a more permanent location. You could even integrate the batch file into LogViewPlus using an External Command. You may want to use the log file name as an argument.
Hope that helps,
Toby
This is not possible at the moment. The data can only be stored to a temporary file.
What you could do here is create a batch file which periodically copies the temporary file to a more permanent location. You could even integrate the batch file into LogViewPlus using an External Command. You may want to use the log file name as an argument.
Hope that helps,
Toby
This topic is closed and cannot receive new replies.