| Method | Defined by | ||
|---|---|---|---|
|
XrayLog()
| XrayLog | ||
|
debug(message:String, ... rest):void
| XrayLog | ||
|
error(message:String, ... rest):void
| XrayLog | ||
|
fatal(message:String, ... rest):void
| XrayLog | ||
|
info(message:String, ... rest):void
| XrayLog | ||
|
warn(message:String, ... rest):void
| XrayLog | ||
| XrayLog | () | constructor |
public function XrayLog()
| debug | () | method |
public function debug(message:String, ... rest):voidParameters
message:String |
|
... rest |
| error | () | method |
public function error(message:String, ... rest):voidParameters
message:String |
|
... rest |
| fatal | () | method |
public function fatal(message:String, ... rest):voidParameters
message:String |
|
... rest |
| info | () | method |
public function info(message:String, ... rest):voidParameters
message:String |
|
... rest |
| warn | () | method |
public function warn(message:String, ... rest):voidParameters
message:String |
|
... rest |