Hi all,

One week ago or so I finished my own log system for MTASC and Flash IDE, ZLog:

http://www.zarate.tv/proyectos/zlog/index_en.htm

I was a little bit tired of FlashInspector and didn´t wanted a "big"
thing like XRay. Then the zero impact logging package arrived when I
was pretty done.

Main features are:

1 - Add trace types without recompiling the console. The text field is
HTML and for every trace one <p class="type"> tag is created, where
type is the second parameter passed to the trace function. To add or
modify trace types you just need to updated the console's css.

2 - Keyboard shortcuts:

    * r: inits log.
    * p: pausa/continue log.
    * up/down arrows: increase/decrease text field's scroll.

3 - You could pass as third parameter one boolean value (true/false)
that will reinitiate the log. Very useful when you have hundreds of
log lines.

I´m also planning an exe wrapper with Screenweaver to allow the
console to be always on top, but not very soon.

Anyway, *another* Flash log system : )

Cheers,

--
Zárate

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to