AppLog namespace
The namespace for AppLog plugin
Source
Plugins/AppLog/applog.js, line 15
.
LogEntry class
This object represents a log entry.
ERR_UNKNOWN member
Constant indicating the operation failed with unknown error.
STATUS_EVENT_CONNECTED member
Constant indicating an app log entry is associated with the client successfully connecting to the SUP server.
STATUS_EVENT_DISCONNECTED member
Constant indicating an app log entry is associated with the client losing connection to the SUP server.
STATUS_EVENT_DISCONNECTED_LOW_STORAGE member
Constant indicating an app log entry is associated with the client losing connection to the SUP server due to low storage.
STATUS_EVENT_DISCONNECTED_ROAMING member
Constant indicating an app log entry is associated with the client losing connection to the SUP server due to roaming.
STATUS_EVENT_FLIGHT_MODE member
Constant indicating an app log entry is associated with the client going into flight mode.
STATUS_EVENT_NOTIFICATION_RECEIVED member
Constant indicating an app log entry is associated with the client receiving a notification.
STATUS_EVENT_OUT_OF_NETWORK member
Constant indicating an app log entry is associated with the client going out of network.
STATUS_EVENT_REGISTRATION_STARTED member
Constant indicating an app log entry is associated with the client starting registration.
STATUS_EVENT_RESTART member
Constant indicating an app log entry is associated with restarting the client connection to the SUP server.
STATUS_EVENT_SET_DEFAULT_ITEM member
Constant indicating an app log entry is associated with a default app being set from the server.
STATUS_EVENT_SHUTDOWN member
Constant indicating an app log entry is associated with shutting down the client connection to the SUP server.
STATUS_EVENT_STARTUP member
Constant indicating an app log entry is associated with starting the client connection to the SUP server.
STATUS_EVENT_UNKNOWN member
Constant indicating an app log entry is associated with an unknown event.
STATUS_EVENT_UNSET_DEFAULT_ITEM member
Constant indicating an app log entry is associated with a default app being unset from the server.
STATUS_EVENT_WAITING_TO_CONNECT member
Constant indicating an app log entry is associated with the client waiting to connect to the SUP server.
getLogEntries( successCB, errorCB ) method
startLogListener( successCB, errorCB, logListener, [containingObject] ) method
Registers a log listener.
stopLogListener( successCB, errorCB, logListener, [containingObject] ) method
Removes a log listener.
Parent topic:
Hybrid Web Container and Hybrid App JavaScript APIs
Created November 9, 2013.
To comment on this topic, go to:
DocCommentXchange
.