[xray] AS3 usage from with Flash IDE
matt_b_muller at hotmail.com
matt_b_muller at hotmail.com
Wed Jul 11 11:06:38 EDT 2007
Hi, I'm looking for some info on instantiation basically just to use the logger for now.
>From the list
The good news is, I've written it to work:
1. as a component for CS3 (like the as2 version)
2. with the new constructor: var xray:Xray = new Xray();
I've done an svn update from the pv3d repo and cant find Xray as a class?
Or can someone just point me how to use the new logger for now?
Thanks, MaTT
AS2 was like so...
//Set log level with:
import com.blitzagency.xray.logger.LogManager;
LogManager.setLevel(0);
//debug=0, info=1, warn=2, error=3, fatal=4 can be used
logger = LogManager.getLogger("com.blitzagency.xray.logger.XrayLogger");
logger.debug("testing Logger", obj);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/xray_osflash.org/attachments/20070711/68f7dbad/attachment.html
More information about the xray
mailing list