搜索
FactoryTalk Optix Studio 帮助
写入日志消息
使用 C# API 生成日志消息。在
输出
中显示日志消息。
有关更多信息,请参见
“输出”窗格
。
这些 API 由静态
Log
C# 类提供。
C# API 参考
Log.Debug(message)
Log.Debug(category, message)
Log.Error(message)
Log.Error(category, message)
Log.Info(message)
Log.Info(category, message)
Log.Node(node, verbose)
Log.Warning(message)
Log.Warning(category, message)
提供反馈
对本文档有问题或反馈吗? 请在
这里提交您的反馈
。