Mike Warren 2 Posted August 12 Many years ago I wrote a small D7 program for logging from applications I was developing. This used WMCopyData and a few other Windows APIs and it was really robust. I used it for many projects. It was great in that it could keep logs right up to the point of failure with almost no impact on the performance of the main program. The problem I have now is that I want to do the same thing for multi-device applications in FMX. My initial thought is to make it a network application, but I'm wondering if there's a better method I don't know about. Does anyone have any suggestions? Also, I haven't done any network applications for many years. Is Indy still the go-to for network coms that's reliable and lightweight? Share this post Link to post