Re: Any body clear my doubt in log4j
Posted By:
Anonymous
Posted On:
Monday, October 25, 2004 05:53 AM
You can define both appenders. But in another step you have to add the appender to the category. So you decide while configuration where to log. If you add both, messages are logged to both. If you define only one, the message is logged there. The application doesnt know where (or whether) it is logged.