登录 Revit Design Automation 加载项
Posted
技术标签:
【中文标题】登录 Revit Design Automation 加载项【英文标题】:Logging in Revit Design Automation add-in 【发布时间】:2020-08-06 14:56:11 【问题描述】:我想将一些诊断输出发送到默认的 report.txt 文件。
在一些帖子中显示异常以某种方式(自动或不自动?)记录到此 report.txt 文件中。
另外,我在一些示例中看到人们使用日志记录
System.Console.WriteLine()
,
我试过了,但在报告文件中仍然看不到。
您能告诉我,如何实现这一目标吗? 我知道可以选择创建另一个日志文件并将其与结果一起发回,但我认为使用这个现有的 report.txt 会更容易。
谢谢!
更新: System.Console.WriteLine() 有效。 我没有看到输出的原因是我的加载项无法加载。 所以,它根本没有到达这行代码。
【问题讨论】:
【参考方案1】:确实可以使用SystemConsole.WriteLine
登录 Revit appbundles
的 Design Automation。发送到标准输出的任何内容都将在您的workitems
report.txt
中捕获。例如。
以下代码:
System.Console.WriteLine("Hello World!");
将在report.txt
中生成以下行:
[04/23/2020 19:20:59] Hello World!
【讨论】:
以上是关于登录 Revit Design Automation 加载项的主要内容,如果未能解决你的问题,请参考以下文章
如何从 revit 插件或使用 Forge api 为 Revit 文件创建 URN
尝试发布 Autodesk Forge Design Automation 应用程序包时出现 AWS 错误
模型衍生 API 发布作业 - 400 错误请求“无效的‘设计’参数”