EventLog WriteEvent - 如何隐藏文本“有关详细信息,请参阅帮助和支持中心:http://go.microsoft.com/fwlink/events.asp。”
将我自己的事件写入错误日志时,是否必须在每条消息中插入以下文本?它是由 Microsoft 事件查看器的错误阅读器提供的还是随每条消息插入?
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
我怎样才能抑制它?
是的,我非常担心这里出了什么问题。我只是很好奇,觉得这只是一个无聊的好奇问题,让大家思考一下。
When writing my own events to the error log, do I have to have the following text inserted on every message? Is that provided by the error reader of the Microsoft Event Viewer or is that inserted with every message?
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
How can I suppress it?
Yes, I'm pretty much worried about the wrong thing here. I was just curious and figured this would be an idle curiosity question to let the SO crowd mull over.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Microsoft 在查看时插入的内容,而不是附加到我的消息中的内容。这是一个非疑问句。
This is something Microsoft inserts on viewing, not something that is attached to my message. This is a non-question.