Flex 3隐藏“解压后764字节” 跟踪语句
嘿,我正在开发一个 Flex 项目,我们使用 fzip 从 zip 存档中加载一堆 swf 文件。 每当我在调试模式下运行时,我都会收到一大堆跟踪语句,例如 [SWF] filepath - 解压后 251 字节
我只是想知道是否有人知道如何在输出窗口中隐藏这些语句,因为有其中很多,因为我已经加载了 200 多个 swf 文件,这些语句只会让我的其他日志语句变得混乱。
谢谢
Hey, i'm working on a flex project where we load in a bunch of swf files from a zip archive using fzip. And whenever i'm running in debug mode, I get a whole bunch of trace statements saying like, [SWF] filepath - 251 bytes after decompression
I'm just wondering if anyone knows how to hide these statements in the output window as there are a lot of them as i've got over 200 swf files being loaded in and these statements just create clutter for my other log statements.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信有办法。
我唯一的建议是使用外部记录器。 像 XRay 这样的东西可以在单独的窗口中显示输出。
I don't believe there is a way.
My only suggestion would be to use an external logger. Something like XRay that displays the output in a separate window.