使用 PowerCLI for .NET 拦截 VMware vSphere 客户端上的错误消息
有没有办法使用 PowerCLI for .NET 捕获 VMware vSphere 客户端上出现的错误消息?
我使用 Project Onyx 2.0 捕获所有鼠标点击并获取 C# 代码。但是如果某些操作失败,有没有办法在控制台上打印它?
Is there a way to catch the error messages appearing on the VMware vSphere client using PowerCLI for .NET?
I used Project Onyx 2.0 to capture all mouse clicks and obtain code in C#. But if some operation fails, is there a way to print that on the console?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能那样做。这些错误消息是通知,如果您想“捕获”它们,您需要使用 PowerCLI 或 C# 程序将它们从 VMware 服务器中拉出。
You can't do that. These error messages are notifications and if you want to "catch" them you need to pull them out of the VMware server, with PowerCLI or with a C# program.