Name

LzDebug()

Synopsis

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

Description

An Debug is a sourceMessage with the tag 'DEBUG'

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 = DEBUG;

JavaScript Synopsis

private function LzDebug(file, line, message);