【发布时间】:2017-08-11 17:35:16
【问题描述】:
我在查看器中看到了以下代码:
avp.LogLevels = {
DEBUG: 5,
LOG: 4,
INFO: 3,
WARNING: 2,
ERROR: 1,
NONE: 0
};
还有:
avp.initializeProtein = function () {
//For local work, don't redirect texture requests to the CDN,
//because local ones will load much faster, presumably.
if (avp.ENABLE_DEBUG && avp.env == "Local" && !auth /* when auth is true, the viewer is operating under
如何将avp.env设置为Local并设置日志级别?
【问题讨论】:
标签: autodesk autodesk-forge autodesk-viewer