log4net,配置 ColoredConsoleAppender 不显示异常
如何使 ColoredConsoleAppender 只显示消息?
尽管从 conversionPattern 中省略了 %exception
,但仍显示了异常消息和堆栈跟踪。如果无法通过配置完成,是否有某种方法可以覆盖?
How can I make the ColoredConsoleAppender only show the message?
Despite leaving out %exception
from conversionPattern both the exception-message and stacktrace is shown. If it cannot be done by configuration is there some method to override?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,我现在知道这是可能的以及如何做到这一点:
Log4Net - 仅注销某些文件的异常堆栈跟踪
It turns out that I now know that it is possible and how to do it:
Log4Net - Logging out the Exception stacktrace only for certain files