Hi,
Can any one help me with directing the log messages in Log4j to their respective logger files.
For example:
I need to direct the INFO level messages to info-logger.log file
WARN level message to warn-logger.log file
ERROR level message to error-logger.log file and so on
and no file will have the messages from different level loggers, means info-logger.log file will have INFO level messages only and not the WARN or ERROR level messages and so on.
NOTE:: I am using only log4j.properties configuration file and not the log4j.xml
Thanks in advance
K.Anutosh
----------------------------------------------------------------
SCJP 1.4
SCWCD 1.4
OCA (Paper I)