Hi, I have requirement, where-in I have to log different types of logs into different files. Eg: Info logs should go into AppInfo.log Debug logs should go into AppDebug.log Error logs should go into ErrDebug.log
I am able to log into all these files. But the issue is all the types of logs are present in all the log files. AppInfo.log is having info, debug and error logs. But I want only info logs into AppInfo.log file. I'm using log4net.dll ver 1.2. MS Visual Studio 2005 Please help to resolve this issue Regards, Raghunandan S