into my appender tag in app.config. and now wondering where the log-file.txt is positioned and whether it is created automatically or i should create it by myself.
i am using c# - wpf
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它应该位于 Debug\Bin 或 Release\Bin 文件夹中。
如果不存在,请尝试指定完整路径。
It should be in the Debug\Bin or Release\Bin folder.
if its not there, try specifying full path.
如果该文件不存在,则会自动创建。
它可能要求应用程序对放置日志文件的文件夹具有写入权限。
正如 Orentet 提到的,这通常是 bin 文件夹。
The file will automatically be created if it doesn't exist.
It may require that the application has write permission to the folder where the logfile is placed.
As Orentet mentions this is normally the bin folder.