开发者

Using Log4Fx to log button clicks in states in Flex application

I want to use Log4Fx to log button clicks from开发者_StackOverflow a state as i have a state based application with transitions. So on each button click I want to log which state was the user in while he clicked the button because the state change happens on a button click. Can someone suggest a code snippet?


I would think it would look something like:

<mx:LinkButton label=”Hello world again!” click=”logger.info("ButtonNameHere -- state: " + currentState);”/>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜