Hi Team I am doing the logging of the application and now i want to know the name of the function which is being executed. In the below i want the functionName to be "A".
function A()
{
log.debug("function execute" + functionName);
}
Can we do it in flex???
Thanks
ilikeflex

