gpt4 book ai didi

F# NLog 配置文件

转载 作者:行者123 更新时间:2023-12-02 17:43:42 26 4
gpt4 key购买 nike

我正在尝试在 F# 控制台应用程序中使用 NLog,我已设法使用 App.config 中的配置部分使其工作,但无法使用独立的 NLog.config 文件使其工作。我的 NLog.config 文件位于应用程序路由中,就在 App.config 下,内容为:

<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" throwExceptions="true">
<targets>
<target name="stdFile" xsi:type="File" fileName="c:/temp/compliant.log"/>
<target name="display" xsi:type="OutputDebugString"/>
</targets>
<rules>
<logger name="compliant.mail.*" minlevel="Debug" writeTo="stdFile,display" />
</rules>
</nlog>

我做错了什么?

此外,即使我已经包含了 xsd,智能感知也不适用于 xml。 :(

最佳答案

在您的项目中,在 NLog.config 的属性中,您是否将 NLog.config 标记为“始终复制”?

关于F# NLog 配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13770303/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com