The basic idea is that the processes log messages to a common log server , which will then write these onto a file.
If memory serves me right, SocketAppender is the appender to use and then u use SocketServer to recieve the messages from multiple processes and write them to file. Look up the java doc on this. I can try to dig up more info on this if you cant find your way arround.
Cheers,
~preetham
Pedro Salazar wrote:
Greetings,
I intend to join the log for different processes in different JVM in the same file. I don't know if that is possible due and what the problems that may occur.
Anyone knows if that is possible and alternatives for that?
I thought also in syslog in case the file solution isn't possible. In
that case, the log format is maintained as it was for a simple file,
right?
Thoughts and ideias would be very appreciated.
Regards, Pedro Salazar.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
