Packagecom.google.analytics.debug
Classpublic class DebugConfiguration

The DebugConfiguration class.



Public Properties
 PropertyDefined by
  active : Boolean
Set or unset the activation of the debug session, and if the layout is present, the initialization and destruction of the visual displays.
DebugConfiguration
  destroyKey : Number = 8.0
The key code to destroy the visual debug.
DebugConfiguration
  GIFRequests : Boolean = false
Allow to debug the GIF Request if true, will show a debug panel and a confirmation message to send or not the request.
DebugConfiguration
  infoTimeout : Number = 1000
Indicates the info timeout value.
DebugConfiguration
  javascript : Boolean = false
Allow to debug ExternalInterface calls.
DebugConfiguration
  layout : ILayout
Indicates the Layout reference.
DebugConfiguration
  minimizedOnStart : Boolean = false
Show the visuals minimized on start.
DebugConfiguration
  mode : *
DebugConfiguration
  showHideKey : Number = 32.0
The key code to show/hide the visual debug.
DebugConfiguration
  showInfos : Boolean = true
Indicates if show infos in the debug mode.
DebugConfiguration
  showWarnings : Boolean = true
Indicates if show warnings in the debug mode.
DebugConfiguration
  traceOutput : Boolean = false
To trace infos and warning to the output.
DebugConfiguration
  verbose : Boolean
To show more debug (used internally).
DebugConfiguration
  warningTimeout : Number = 1500
Indicates the warning timeout value.
DebugConfiguration
Public Methods
 MethodDefined by
  
Creates a new DebugConfiguration instance.
DebugConfiguration
  
alert(message:String):void
Notify an "alert" message.
DebugConfiguration
  
alertGifRequest(message:String, request:URLRequest, ref:GIFRequest):void
Notify an "alertGifRequest" message.
DebugConfiguration
  
failure(message:String):void
Notify an "failure" message.
DebugConfiguration
  
info(message:String, mode:VisualDebugMode = null):void
Notify an "info" message.
DebugConfiguration
  
success(message:String):void
Notify a "success" message.
DebugConfiguration
  
warning(message:String, mode:VisualDebugMode = null):void
Notify a "warning" message.
DebugConfiguration
Protected Methods
 MethodDefined by
  
trace(message:String):void
The protected custom trace method.
DebugConfiguration
Property detail
activeproperty
active:Boolean  [read-write]

Set or unset the activation of the debug session, and if the layout is present, the initialization and destruction of the visual displays.

Implementation
    public function get active():Boolean
    public function set active(value:Boolean):void
destroyKeyproperty 
public var destroyKey:Number = 8.0

The key code to destroy the visual debug.

GIFRequestsproperty 
public var GIFRequests:Boolean = false

Allow to debug the GIF Request if true, will show a debug panel and a confirmation message to send or not the request.

infoTimeoutproperty 
public var infoTimeout:Number = 1000

Indicates the info timeout value.

javascriptproperty 
public var javascript:Boolean = false

Allow to debug ExternalInterface calls.

layoutproperty 
public var layout:ILayout

Indicates the Layout reference.

minimizedOnStartproperty 
public var minimizedOnStart:Boolean = false

Show the visuals minimized on start.

modeproperty 
mode:*  [read-write]Implementation
    public function get mode():*
    public function set mode(value:*):void
showHideKeyproperty 
public var showHideKey:Number = 32.0

The key code to show/hide the visual debug.

showInfosproperty 
public var showInfos:Boolean = true

Indicates if show infos in the debug mode.

showWarningsproperty 
public var showWarnings:Boolean = true

Indicates if show warnings in the debug mode.

traceOutputproperty 
public var traceOutput:Boolean = false

To trace infos and warning to the output.

verboseproperty 
verbose:Boolean  [read-write]

To show more debug (used internally).

Implementation
    public function get verbose():Boolean
    public function set verbose(value:Boolean):void
warningTimeoutproperty 
public var warningTimeout:Number = 1500

Indicates the warning timeout value.

Constructor detail
DebugConfiguration()constructor
public function DebugConfiguration()

Creates a new DebugConfiguration instance.

Method detail
alert()method
public function alert(message:String):void

Notify an "alert" message.

Parameters
message:String
alertGifRequest()method 
public function alertGifRequest(message:String, request:URLRequest, ref:GIFRequest):void

Notify an "alertGifRequest" message.

Parameters
message:String
 
request:URLRequest
 
ref:GIFRequest
failure()method 
public function failure(message:String):void

Notify an "failure" message.

Parameters
message:String
info()method 
public function info(message:String, mode:VisualDebugMode = null):void

Notify an "info" message.

Parameters
message:String
 
mode:VisualDebugMode (default = null)
success()method 
public function success(message:String):void

Notify a "success" message.

Parameters
message:String
trace()method 
protected function trace(message:String):void

The protected custom trace method.

Parameters
message:String
warning()method 
public function warning(message:String, mode:VisualDebugMode = null):void

Notify a "warning" message.

Parameters
message:String
 
mode:VisualDebugMode (default = null)