Logging into multiple log files

2008-02-21 Thread Raghunandan S
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

AW: WMI-Appender question

2008-02-21 Thread Andreas Brauchli
Hi Ron, The logging doesn't differ from the usual Log4Net style: if (log.IsInfoEnabled) log.Info("Foo"); the application .config states: The DefaultProjectInstaller class is used and the schema registered in WMI. I have an application that listens to these events, but these will only