Packagecom.bourre.remoting
Classpublic class RemotingDebug

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The RemotingDebug class.

TODO Documentation.



Public Properties
 PropertyDefined by
  _CHANNEL : EventChannel
[static]
RemotingDebug
  CHANNEL : EventChannel
[static][read-only]
RemotingDebug
  isOn : Boolean = true
[static]
RemotingDebug
Public Methods
 MethodDefined by
  
RemotingDebug(access:PrivateConstructorAccess)
RemotingDebug
  
DEBUG(o:*):void
[static]
RemotingDebug
  
ERROR(o:*):void
[static]
RemotingDebug
  
FATAL(o:*):void
[static]
RemotingDebug
  
INFO(o:*):void
[static]
RemotingDebug
  
WARN(o:*):void
[static]
RemotingDebug
Property detail
_CHANNELproperty
public static var _CHANNEL:EventChannel

Player version: Flash Player 9.0
Language version: ActionScript 3.0

CHANNELproperty 
CHANNEL:EventChannel  [read-only]

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Implementation
    public static function get CHANNEL():EventChannel
isOnproperty 
public static var isOn:Boolean = true

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Constructor detail
RemotingDebug()constructor
public function RemotingDebug(access:PrivateConstructorAccess)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
access:PrivateConstructorAccess
Method detail
DEBUG()method
public static function DEBUG(o:*):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
o:*
ERROR()method 
public static function ERROR(o:*):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
o:*
FATAL()method 
public static function FATAL(o:*):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
o:*
INFO()method 
public static function INFO(o:*):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
o:*
WARN()method 
public static function WARN(o:*):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
o:*