Hi!
I have been using log4j and created my own logger that wraps Log4j =
Logger.  I have also extended the Level class to included a new Level =
called "AUDIT".  the question I have is...  all the logging is destgined =
to (most of the logging is done in the application server) to a JMS =
Queue, and I am planning to write a Message Drivern Bean that reads from =
the Queue to write it to different files filtered on the Level (all the =
logging goes to application.log file where audit logs goes to audit.log =
file).  I have created to two configuration files (one configuration =
file to write it to JMS queue, and the other configuration file to write =
it to two Rolling File appenders).  I want pass the second configuration =
file to the Message Driven Bean.  since the mdb is running in the same =
application server, does providing two configuration files is going to =
conflict with ech other?...

any thoughts on this would be appreciated...
thanks
Srini 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to