Name

LzTrace()

Synopsis

JavaScript: LzTrace
Type: Function
Access: private
Build Flags: debug
Topic: LZX.Debugging
Declared in: WEB-INF/lps/lfc/debugger/LzTrace.lzs

Description

A Trace is a warning with the tag 'TRACE'

Details

Static Properties (1)

format
static public var format;

Prototype Properties (3)

color
public var color = #00cc00;
constructor
public var constructor;
type
public var type = TRACE;

JavaScript Synopsis

private function LzTrace(file, line, message);