Namespace socketbug
Socketbug Console
- Defined in: socketbug_application.js
Constructor Attributes | Constructor Name and Description |
---|---|
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.debug(level)
Capture All Debug Events and send them through Socketbug
|
<static> |
socketbug.log(message, level)
Setup Ouput Log for Console
|
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.debug(level)Capture All Debug Events and send them through Socketbug
- Parameters:
- {String} level
- The is the Debug Level
-
<static> socketbug.log(message, level)Setup Ouput Log for Console
- Parameters:
- {String} message
- This is the message to Log
- {String} level
- The is the Debug Level