Name

LzSourceMessage()

Synopsis

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

Description

A SourceMessage wraps a message with a file and line number

Details

Static Properties (2)

level
static public var level = 0.0;
levelMax
static public var levelMax = 5;

Static Methods (1)

format()
static public function format(file : String, line : Number, control : String, args);
Create a warning from a format string

Methods (6)

_dbg_name()
private function _dbg_name();
locationString()
public function locationString();
Get the location as a string
toArray()
public function toArray();
For console logging
toHTML()
public function toHTML();
Convert a SourceMessage to HTML
toString()
public function toString();
Convert a SourceMessage to a String
toStringInternal()
private function toStringInternal(conversion);
Internal implementation of toString and toHTML

Prototype Properties (3)

color
public var color = #000000;
constructor
public var constructor;
type
public var type = ;

JavaScript Synopsis

private function LzSourceMessage(file : String, line : Number, message : LzMessage);