摘要:
提问 如何使用log4net 回答 配置 using log4net; using log4net.Config; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; na 阅读全文
摘要:
提问 如何切面记录日志 回答 使用MethodDecorator.Fody using System.Reflection; using my.Attributes; using my.Log4Net; using log4net; using MethodDecorator.Fody.Interf 阅读全文