Hi there,
I was traying to have a trace into flashout logger tab with any result.
This is what I'm doing:
import Flashout;
class Test
{
private function Test()
{
Flashout.log("HelloWorld");
}
public static function main()
{
var test:Test = new Test();
}
}
I have -trace and Flashout.traceRemplacer set up.
what am I missing?
Cheers, Diego