that's where it's supposed to go alright - can you send me your code offline? Or maybe just one class/mxml that uses the log? I just wanna verify
On 1/16/07, slangeberg <[EMAIL PROTECTED]> wrote:
So where is this log info supposed to go? I tried catching it using the Flex XRay client, but it's not connecting: http://www.rockonflash.com/xray/flex/Xray.html -Scott On 1/15/07, John Grden <[EMAIL PROTECTED]> wrote: > > http://www.rockonflash.com/xray/downloads/as3/logger/Xray_AS3_Logger.zip > > Pretty straight forward to use: > > import com.blitzagency.xray.logger.XrayLog; > > private var log:XrayLog = new XrayLog(); > > // usage > > log.debug("string message"[, object]); > log.info("string message"[, object]); > log.warn("string message"[, object]); > log.error("string message"[, object]); > log.fatal("string message"[, object]); > > If you're using the flash9 debug player, it'll give you the full class > path/method that made the call. Otherwise, it'll just log your string > message and object. > > // with debug: > (297) com.somepackage.core::ClassName/::callingMethodName() > testing logger > > // without debug: > (297) testing logger > > talks to the usual Xray interface > > let me know how it goes! > > On 1/15/07, John Grden <[EMAIL PROTECTED]> wrote: > > > > OHHH yeah! thanks for reminding me ;) > > > > On 1/15/07, slangeberg <[EMAIL PROTECTED]> wrote: > > > > > > How about XRay + Flex2/AS3/FP9? I believe that J Grden(?) was going to > > > post > > > code to get the Logger working there? I tried on my own, but it was a > > > no-go! > > > > > > -Scott > > > > > > On 9/29/06, Hans Wichman < [EMAIL PROTECTED]> wrote: > > > > > > > > And once you have it running, you'll have the best weekend ever, > throw > > > a > > > > party and won't understand how you every managed without it... :) > > > > > > > > > > > > On 9/28/06, Alain Rousseau <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Try this link, > > > > > > > > > > It has everything you need to know about XRay, including where to > > > > download > > > > > ! > > > > > > > > > > Enjoy ! > > > > > > > > > > http://www.osflash.org/xray > > > > > > > > > > A > > > > > > > > > > -----Original Message----- > > > > > From: slangeberg [mailto:[EMAIL PROTECTED] > > > > > Sent: 28 septembre 2006 14:09 > > > > > To: Flashcoders mailing list; [EMAIL PROTECTED] > > > > > Subject: [Flashcoders] Using XRay > > > > > > > > > > I've seen lots of people posting about XRay lately, but I haven't > > > had > > > > luck > > > > > with it, yet. > > > > > > > > > > I do have the executable running, but I don't have the Connector > to > > > the > > > > > Flash IDE. Can anyone post a link to download that? I have not > been > > > able > > > > > to > > > > > find it! > > > > > > > > > > : : ) Scott > > > > > _______________________________________________ > > > > > [email protected] > > > > > To change your subscription options or search the archive: > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > > > Brought to you by Fig Leaf Software > > > > > Premier Authorized Adobe Consulting and Training > > > http://www.figleaf.com > > > > > http://training.figleaf.com > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > [email protected] > > > > > To change your subscription options or search the archive: > > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > > > Brought to you by Fig Leaf Software > > > > > Premier Authorized Adobe Consulting and Training > > > > > http://www.figleaf.com > > > > > http://training.figleaf.com > > > > > > > > > _______________________________________________ > > > > [email protected] > > > > To change your subscription options or search the archive: > > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > > > Brought to you by Fig Leaf Software > > > > Premier Authorized Adobe Consulting and Training > > > > http://www.figleaf.com > > > > http://training.figleaf.com > > > > > > > > > > > > > > > > -- > > > > > > : : ) Scott > > > _______________________________________________ > > > [email protected] > > > To change your subscription options or search the archive: > > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > Brought to you by Fig Leaf Software > > > Premier Authorized Adobe Consulting and Training > > > http://www.figleaf.com > > > http://training.figleaf.com > > > > > > > > > > > -- > > [ JPG ] > > > > > -- > [ JPG ] > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > -- : : ) Scott _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
-- [ JPG ] _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

