Log

Log

package haxe

Available on all platforms

Log primarily provides the trace() method, which is invoked upon a call to trace() in Haxe code.

Static methods

static dynamic clear ():Void

Available on flash, js

Clears the trace output.

static dynamic setColor (rgb:Int):Void