记录 WCF 数据服务 POST 内容
记录发布到 WCF 数据服务的任何内容的最佳方法是什么?我尝试过使用服务跟踪查看器,但只看到 WebHeaders?
谢谢
What is the best way to log the contents of anything POSTed to a WCF Data Service? I have tried using the service trace viewer but only see WebHeaders?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保正确配置日志记录参数。您需要在跟踪参数中将 logEntireMessages 属性设置为 true。
Make sure you configure the logging parameters correctly. You need to set the logEntireMessages attribute to true in the trace parameters.