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();
-
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
-
-
type
-
JavaScript Synopsis
private function LzSourceMessage(file : String, line : Number, message : LzMessage);