'Cause in your instruction you pass a string type instead of directly pass the object instance.
Object serialization is already managed by FlashInspectoir, you can (must) avoid the use of ObjectDumper.
Try something like that:
logger.debug(divideSentenceContent);
Greets,
Stéphane.
Met vriendelijke groeten,
Lieven Cardoen
MULTIMEDIALOFT | POINT X
Engelse Wandeling 2 K18v | 8500 Kortrijk | T +32 (0)56/36.11.97// communicatie bij voorkeur op [EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Lieven Cardoen
Sent: vrijdag 24 februari 2006 9:36
To: [email protected]
Subject: Re: [osflash] LuminicBox - FlashInspector
Hello,
logger.debug(ObjectDumper.toString(divideSentenceContent));
Anyone have an idea why FlashInspector sometimes shows the whole object as a treeview (with plus and min), and sometimes just shows a little bit of it (and not treeview at all, just one line)?
var hierarchicalLogger:SimpleHierarchicalLogger = new SimpleHierarchicalLogger(package);
hierarchicalLogger.addHandler(new LuminicBoxHandler(200));
hierarchicalLogger.addHandler(new TraceHandler());
return hierarchicalLogger;
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
--
Regards,
Stéphane Bebrone
--------------------------
Flash | ASP.NET | Web Developer
http://weblog.shaoken.be
--------------------------
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
