如何设置 NLog.config 的值
我只是想知道如何从其他文件配置更改 NLog.config 文件中的值,例如
我想将 logDirectory 值更改为“C:/logs/${shortdate}”,当然我想从其他配置文件中获取该值。可以这样做吗?
提前致谢。
I am just wondering how to change the value in NLog.config file from other file configuration for example,
<variable name="logDirectory" value="${basedir}/logs/${shortdate}"/>
I want to change logDirectory value to be "C:/logs/${shortdate}" and of course I want to get the value from other configuration file. Is it possible to do that?
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 configSource="YourConfigFile"
You can use configSource="YourConfigFile"