|
List Info
Thread: Re: Flash Inspector for haXe
|
|
| Re: Flash Inspector for haXe |

|
2007-03-28 10:35:48 |
|
wow.. cool! thanks filt3r!..
Guntur N. Sarwohadi
On 3/28/07, filt3r free.fr">filt3r free.fr < filt3r free.fr">
filt3r free.fr> wrote:Selon Asger Ottar Alstrup < asger area9.dk">
asger area9.dk>:
> A minimal example of use would be great, including a .hxml file. > > Can this be used as a replacement for trace()? I.e. is there some magic > > haxe.Log.trace
= <something>; > > line that will cause all traces to go to this logger? > > Regards, > Asger > > On 3/25/07, filt3r free.fr">filt3r free.fr < filt3r free.fr">
filt3r free.fr> wrote: > > > > Hi all! > > For users of Flash Inspector, a good SWF tracer from LuminicBox, there's > > haxe > > classe rewritten to work with it.
> > Nothing special, but I find it usefull so if you want, you can get it > > here: > > http://filt3r.free.fr/downloads/LuminicTracerHx.zip
> > If you find bugs, please notify me. > > Thanks, > > Michel > > > > -- > > haXe - an open source web programming language > >
http://haxe.org > > >
Hi again !
I've added the trace function redirection, so you can redirect haxe trace to the luminicTracer.log function.
You can download the new version at :
http://filt3r.free.fr/downloads/LuminicTracerHx.zip
To use it :
import log.LuminicTracer; // import :p
var logger = new LuminicTracer(); // initialisation
logger.log( something ); logger.debug( something ); logger.info( something ); logger.warn( something ); logger.error( something ); logger.fatal( something );
or use haxe TRACE redirection :
import log.LuminicTracer; // import :p
var logger = new LuminicTracer(); // initialisation logger.setTraceRedirection(); trace( something );
For frenchies, please take a look at
http://filt3r.free.fr
If something wrong, tell me ;)
Michel
-- haXe - an open source web programming language http://haxe.org
|
[1]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|