Out of box BlazeDS does not support log4j or other frameworks directly.
However, it's really simple to add support for your favourite logging framework; You can make the output into log4j but need to extend flex.messaging.log.AbstractTarget.
本文介绍如何为BlazeDS添加对log4j的支持。由于BlazeDS本身不直接支持log4j等日志框架,需要通过扩展Flex Messaging Log的AbstractTarget类来实现自定义的日志输出。
Out of box BlazeDS does not support log4j or other frameworks directly.
However, it's really simple to add support for your favourite logging framework; You can make the output into log4j but need to extend flex.messaging.log.AbstractTarget.

被折叠的 条评论
为什么被折叠?