I have a WinForm that it display log information but I want it to display to only INFO level but I want the log in the log file to contain DEBUG level as well.
Bel
You should be able to add a filter to both of your appenders.
This way one appender will only log to a certain level while the other to a different level even though they are defined by the same logger.