| Author |
Help with Log4j
|
Raj kumar
Greenhorn
Joined: Jan 06, 2005
Posts: 15
|
|
How can I pass the error statements to a file and debug statements to the console using log4j? Thanks Raj
|
 |
emm raha
Ranch Hand
Joined: Mar 18, 2003
Posts: 57
|
|
instantiate 2 loggers: and create appenders for each in log4j.properties: n.b. txt_debugs will log everything of DEBUG priority and higher (including ERRORs), therefore messages may be duplicated. BTW - this should probably be in "Other Open Source Projects".
|
 |
 |
|
|
subject: Help with Log4j
|
|
|