Name

LzMonitor()

Synopsis

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

Description

A Monitor is a debug message with the tag 'MONITOR'

Details

Static Properties (1)

format
static public var format;

Prototype Properties (2)

constructor
public var constructor;
type
public var type = MONITOR;

JavaScript Synopsis

private function LzMonitor(file, line, message);