log4net-filter Questions
2
Solved
Is there any way to filter out INFO from the log and only show DEBUG & ERROR, using the config in web.config ?
<root>
<level value="DEBUG" />
<appender-ref ref="ColoredConsoleAp...
Eyeful asked 4/4, 2014 at 12:36
3
Solved
I would like to create an appender that logs only for a particular level AND only for a particular logger. From what I'm seeing, and based on this tutorial, the filters are ORed together. How can I...
Whomsoever asked 27/12, 2011 at 23:41
2
Solved
I am struggling to write an AND conditional filter in log4net. Had it been nLog, I could have written it this way:
<logger name="*" minlevel="Info" xsi:type="NLogLoggerRule" writeTo="FooLogger"...
Scirrhus asked 22/12, 2011 at 12:45
1
© 2022 - 2024 — McMap. All rights reserved.