如何在 Flex 中访问 ColdFusion 服务器的日志信息
我有 Flex 前端与 ColdFusion 作为后端进行通信。我必须调试我的应用程序,并且需要:
- 向 ColdFusion 添加日志支持,我可以将自定义消息添加到日志列表
- 在 Flex 端访问此日志。
是否可以?以前有人尝试过吗?请帮助我提出您对此的建议。
I have Flex front end talking with ColdFusion as the back end. I have to debug my application and need to:
- Add log support to ColdFusion where I can add my custom messages to log list
- Access this log at Flex end.
Is it possible? Has anyone tried it before? Please help me with your suggestions ideas on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的建议:
Flex-side:
ColdFusion:
Flex :
我不确定您是否使用框架(Cairngorms、SWIZ、等)所以我对这些对象的描述有点抽象,您可以将其全部自定义,或者将其放入您现有的框架中,
我之前已经为GoogleAnalytics的AnalyticsEvents(与ExternalInterface一起使用)和LogEvents完成了此操作。用户操作和系统操作。
My recommendation :
Flex-side :
ColdFusion :
Flex :
I'm not sure if you're using a framework (Cairngorms, SWIZ, etc.) so my description of these objects is a little more abstract that you could do it all custom, or put it into your existing framework.
I've done this before, for AnalyticsEvents for GoogleAnalytics (worked with ExternalInterface) and with LogEvents for USER actions and SYSTEM actions.