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.
Within the definition of the appender, I believe you can do something like this:
...