Hi,
what is the recommended way of logging from several processes? I know there is a problem when two or more processes want to log into one log file, Because it is exclusively locked. But how to solve this problem in a suitable way? The SockedAppender approach could work well, but it could block the client (see documentation). Does anyone has experience with this? Regards, Daniel