FLEX.ZTOR.COM :: Simple logging tool for Flex2 and ActionScript3.

ZTORLog4f is a simple logging tool that allows you to debug and control your Flex2 applications. Logging statements can remain in shipped code and may be controlled at runtime by modifying a configuration file. Binary distribution of the product contains small library and application ZTORLog4f Console to preview and track logs. At the paragraph below we demonstrate the simplest way to use tools.


...
import com.ztor.logging.ZTORLog4f;
...
...
ZTORLog4f.debug("Breakpoint 7");
...
...
ZTORLog4f.info(class="src_string">"Value of z", "0" );
...
ZTORLog4f.fatal( "Crash", "connection failed" );
...

That's it. Is it clear? Any Comments? Suggestions? Problems? We'll be very much appreciated for your feedback. Feel free to contact us by email flexteam@ztor.com. Tools is free. DOWNLOAD ZTORLog4f.