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
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'
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
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:
--