Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2011-5-29 21:27

Namespace socketbug

Socketbug Console

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
socketbug.application
Define Application Data
<static>  
socketbug.client
Define Client Data
<static>  
socketbug.connected
Check if we're connected to Socketbug
<static>  
socketbug.debug_level
Debug Level
<static>  
socketbug.group
Define Group Data
<static>  
socketbug.sb_application
Socketbug Appliction Comminication
<static>  
socketbug.sb_console
Socketbug Console Comminication
<static>  
socketbug.sb_manager
Socketbug Server Comminication
<static>  
socketbug.session_id
Store Socketbug Session ID

Method Summary

Method Attributes Method Name and Description
<static>  
socketbug.js(javascript)
Send Javascript Command
<static>  
socketbug.log(message, level, mode)
Setup Ouput Log for Console
<static>  
socketbug.view_source()
Get Source Code

Namespace Detail

socketbug

Field Detail

<static> socketbug.application
Define Application Data
<static> socketbug.client
Define Client Data
<static> socketbug.connected
Check if we're connected to Socketbug
<static> socketbug.debug_level
Debug Level
5 = log, debug, info, warn, & error
4 = debug, info, warn, & error
3 = info, warn, & error
2 = warn, & error
1 = error
0 = disable all debug messages
<static> socketbug.group
Define Group Data
<static> socketbug.sb_application
Socketbug Appliction Comminication
<static> socketbug.sb_console
Socketbug Console Comminication
<static> socketbug.sb_manager
Socketbug Server Comminication
<static> socketbug.session_id
Store Socketbug Session ID

Method Detail

  • <static> socketbug.js(javascript)
    Send Javascript Command
    Parameters:
    {String} javascript
    Command to Execute
  • <static> socketbug.log(message, level, mode)
    Setup Ouput Log for Console
    Parameters:
    {String} message
    This is the message to Log
    {String} level
    The is the Debug Level
    {String} mode
    This is the Mode ( application | console )
  • <static> socketbug.view_source()
    Get Source Code