FLEX.ZTOR.COMSimple logging tool for Flex2 and ActionScript3.
Main
Intro
FAQ
email   print    
 
ZTORLog4f logging tool
arrow
 
bullet
bullet
bullet

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.

 
Copyright (c) 2006 ZTOR.COM