[osflash] My logging statements are getting eaten all of a sudden

The Chris Method thechrisproject at gmail.com
Mon Aug 15 08:45:10 PDT 2005


I swear logging was working fine last week when I was working on this 
project. I'm not sure where to start with hunting down this problem.

I have a method that looks like this:

private function handleReset():Void
{
scale = 100;
activeArea._x = initial_x;
activeArea._y = initial_y;
Flashout.info("update size: " + activeArea.loaderArea.contentPath);
Flashout.info("someNum_txt: " + someNum_txt.text);
updateSize();
}

I'm not getting any logging statements in my Flashout panel, and I'm 
baffled. The method is definitely being executed, but the logging is absent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/osflash_osflash.org/attachments/20050815/9f9f9988/attachment.htm


More information about the osflash mailing list