How do I make Log4net only log Info level logs? Is that even possible? Can you only set a threshold?
This is what I have, and it logs Info and above as I would expect.
Use threshold.
threshold
For example:
In this example all INFO and above are sent to Console, all WARN are sent to file and ERRORs are sent to the Event-Log.