| Package | com.bourre.log |
| Class | public class PixlibDebug |
| Implements | Log |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Heavily use in Lowra internal framework so don't connect to this event channel if you want to kick Lowra logging messages.
PixlibDebug.DEBUG( "my debug message" );
| Property | Defined by | ||
|---|---|---|---|
| CHANNEL : EventChannel
[static][read-only]
| PixlibDebug | ||
| isOn : Boolean [static]
| PixlibDebug | ||
| Method | Defined by | ||
|---|---|---|---|
|
debug(o:*):void
Logs passed-in message with a log level defined
at 'debug' mode.
| PixlibDebug | ||
|
DEBUG(o:*):void
[static]
| PixlibDebug | ||
|
error(o:*):void
Logs passed-in message with a log level defined
at 'error' mode.
| PixlibDebug | ||
|
ERROR(o:*):void
[static]
| PixlibDebug | ||
|
fatal(o:*):void
Logs passed-in message with a log level defined
at 'fatal' mode.
| PixlibDebug | ||
|
FATAL(o:*):void
[static]
| PixlibDebug | ||
|
Returns event channel used for communication.
| PixlibDebug | ||
|
[static]
Returns unique instance of PixlibDebug tunnel.
| PixlibDebug | ||
|
info(o:*):void
Logs passed-in message with a log level defined
at 'info' mode.
| PixlibDebug | ||
|
INFO(o:*):void
[static]
| PixlibDebug | ||
|
isOn():Boolean
Returns
true if logging tunnel is opened. | PixlibDebug | ||
|
off():void
Closes the logging tunnel.
| PixlibDebug | ||
|
on():void
Opens the logging tunnel.
| PixlibDebug | ||
|
warn(o:*):void
Logs passed-in message with a log level defined
at 'warn' mode.
| PixlibDebug | ||
|
WARN(o:*):void
[static]
| PixlibDebug | ||
| CHANNEL | property |
CHANNEL:EventChannel [read-only]
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Implementation
public static function get CHANNEL():EventChannel
See also
| isOn | property |
isOn:Boolean [read-write]
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Implementation
public static function get isOn():Boolean
public function set isOn(value:Boolean):void
See also
| debug | () | method |
public function debug(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Logs passed-in message with a log level defined at 'debug' mode.
Parameterso:* |
| DEBUG | () | method |
public static function DEBUG(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Parameters
o:* |
See also
| error | () | method |
public function error(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Logs passed-in message with a log level defined at 'error' mode.
Parameterso:* |
| ERROR | () | method |
public static function ERROR(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Parameters
o:* |
See also
| fatal | () | method |
public function fatal(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Logs passed-in message with a log level defined at 'fatal' mode.
Parameterso:* |
| FATAL | () | method |
public static function FATAL(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Parameters
o:* |
See also
| getChannel | () | method |
public function getChannel():EventChannel
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns event channel used for communication.
ReturnsEventChannel |
| getInstance | () | method |
public static function getInstance():Log
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns unique instance of PixlibDebug tunnel.
ReturnsLog |
| info | () | method |
public function info(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Logs passed-in message with a log level defined at 'info' mode.
Parameterso:* |
| INFO | () | method |
public static function INFO(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Parameters
o:* |
See also
| isOn | () | method |
public function isOn():Boolean
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns true if logging tunnel is opened.
Boolean |
| off | () | method |
public function off():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Closes the logging tunnel.
| on | () | method |
public function on():void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Opens the logging tunnel.
| warn | () | method |
public function warn(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Logs passed-in message with a log level defined at 'warn' mode.
Parameterso:* |
| WARN | () | method |
public static function WARN(o:*):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Parameters
o:* |
See also