Create one appender for each of the five log files. Configure your loggers to be connected to whichever appender is appropriate for them. Note that "the logger" doesn't work here. You need more than one logger; at least five but possibly more depending on your design. Then in your code, write to the appropriate logger depending on your design.
chen young
Ranch Hand
Joined: Sep 09, 2005
Posts: 165
posted
0
Hi,
How can I configure my loggers ? [ November 23, 2005: Message edited by: chen yanush ]