hi
 
Our requirement is following:
 
We are building a component using Log4net which logs messages for all other components in product. It logs messages to local logs using RollingFileAppender provided by log4net.
 
Requirement is such that each component wants to log their messages in separate local log file.
 
How should we meet this requirement using log4net?
 
The ideas which came to me are:
1. For each component there should be one instance of Rolling File Appender added.
 
Is this requirement can be met in any other way?
 
Thanks
Shaily
 

Reply via email to