Given two appenders: A1, A2 and multiple loggers one of which is L1
Is it possible to configure log4net such that:
A1 gets DEBUG and above from all loggers except L1, for which it gets INFO and above
A2 gets DEBUG and above from all loggers
I have looked at appender threshold, filters, and every other configuration combination I can think of but none of them seem to accomplish the above.