我正在尝试使用 NLog 2.0 将日志写入 xml 文件。在 .net 框架 3.5 中。
这是我正在使用的布局。
layout="${log4jxmlevent:includelongdate=true:includeexception=true:includeSourceInfo=true:includeCallSite=true:appInfo=true:includeNLogData=true:includestacktrace=true:throwExceptions=true:includeerror=true:indentXml=true:includeNLogData=true }" >
但这并没有像数据库配置 layout="${logger:shortName=true}" 那样给我正确的模块或类名或记录器。
是否有更多关于 xml 配置中的模块/类/记录器名称的信息?