log4net 中日志文件的公共位置不起作用?
我对 log4net 中日志文件的位置有疑问。
我将此节点指定为创建日志文件的位置,
<file type="log4net.Util.PatternString" value="%ALLUSERSPROFILE%\MyProject\error.txt/>
因为我认为它应该在用户文件夹中创建日志文件。但这个是在
bin\debug\ALLUSERSPROFILE\MyProject\error.txt
即使我也尝试过 AppData 中创建的,但其行为是相同的。 我做错了吗?
环境变量转换需要什么转换器吗?
I have an issue with the location of log file in log4net.
I gave this node for the location to create the log file
<file type="log4net.Util.PatternString" value="%ALLUSERSPROFILE%\MyProject\error.txt/>
As I think it should create the log file in user folder. But this one is creating in the
bin\debug\ALLUSERSPROFILE\MyProject\error.txt
Even I tried AppData
also but its behaving the same.
Am I doing any mistake??
Is it required any converter to convert environment variables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自文档 Apache log4net 文件附加程序
From the documentation Apache log4net file appender
我认为你应该按如下方式使用它:
I think you should use it as follows: