-Ursprüngliche Nachricht-
Von: Ofer Kalisky [mailto:kali...@hotmail.com]
Gesendet: Mittwoch, 21. Oktober 2009 20:15
An: log4j-user@logging.apache.org
Betreff: Logging without logging to the root logger
Hi,
I have the following con
hello all
am creating a log file using log4j , my log4j.properties setup is
log4j.appender.RFA.File=${PATH}/${LOG_FILE}.log
am setting my PATH & LOG_FILE from my java class.
props.put("PATH", "/home/hari/log4j");
props.put("LOG_FILE", "test123_date");
when i run my program it wr
Why don't you just move the appender-ref for stdoutAppender from the root level
to the "my.company" logger?
-Original Message-
From: Ofer Kalisky [mailto:kali...@hotmail.com]
Sent: Wednesday, October 21, 2009 2:15 PM
To: log4j-user@logging.apache.org
Subject: Logging without logging to
Hi,
I have the following config:
http://jakarta.apache.org/log4j/";>