You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Daniel Toplak <D....@cadenas.de> on 2009/05/08 08:21:38 UTC

What is the recommended way of logging from several processes

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