Query regarding log4j and syslog

2009-03-16 Thread Amee
Hi, I am trying to derive the flow of apache-log4j. Apache Log4j uses linux syslog daemon(that is available with operating system) or it implements syslog daemon separately. If it uses syslog daemon that is available with operating system, then which class contains syslog daemon methods? Please

Re: AW: [SPAM (Bayesain Analysis)] - 'DailyRollingFileAppender' problem - two process, one log4j.properties file - Bayesian Filter detected spam

2009-03-16 Thread yokese
Sorry maybe I haven't explain it correctly. Each process log to a different file (mylogRecibir.log and mylogSend.log). And each one use one appender (FileChecker and AlertChecker). The only common is the log configuration file that i'd like to be only one. Using two log configuration files there'

AW: [SPAM (Bayesain Analysis)] - 'DailyRollingFileAppender' problem - two process, one log4j.properties file - Bayesian Filter detected spam

2009-03-16 Thread Bender Heri
Two JVM logging to the same file is a "MUST NOT". Heri -Ursprüngliche Nachricht- Von: yokese [mailto:fastturtle...@gmail.com] Gesendet: Montag, 16. März 2009 13:35 An: log4j-user@logging.apache.org Betreff: [SPAM (Bayesain Analysis)] - 'DailyRollingFileAppender' problem - two process, o

'DailyRollingFileAppender' problem - two process, one log4j.properties file

2009-03-16 Thread yokese
Hi everydoby I'm having a extrange behaviour with a log4j configuration. I have two different process running from two different java virtual machines. Both of then read their log4j configuration from the same configuration file: --