gpt4 book ai didi

visual-studio-2013 - 在 Visual Studio 2013 上调试单元测试时,NLog Logger 需要很长时间才能加载

转载 作者:行者123 更新时间:2023-12-02 06:35:31 25 4
gpt4 key购买 nike

当我在 Visual Studio 2013 上调试单元测试时,创建 NLog Logger 的代码行:

private static Logger _logger = LogManager.GetCurrentClassLogger();

至少需要 35 秒才能返回。我正在使用 NLog Nuget 包版本 2.0.1.2。我在 VS2012 中没有这种行为。有没有其他人看过这个?

最佳答案

感谢@JaredPar 的回答。我解决了这个问题。在 app.config 中,我在 nlog xml 元素中有这个:

nlog internalLogFile="c:\log.txt" internalLogLevel="Trace" xmlns="http://www.nlog-project.org/schemas/NLog.xsd"

我删除内部日志记录属性后一切正常:

nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"

关于visual-studio-2013 - 在 Visual Studio 2013 上调试单元测试时,NLog Logger 需要很长时间才能加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20526455/

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