Class Index | File Index

Classes


Class finesse.cslogger.ClientLogger

Allows gadgets to call the log function to publish client logging messages over the hub.
Defined in: ClientLogger.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
finesse.cslogger.ClientLogger.init(hub, gadgetId)
Initiates the client logger with a hub and a gadgetId
<static>  
finesse.cslogger.ClientLogger.log(message)
Publishes a Log Message over the hub.
Class Detail
finesse.cslogger.ClientLogger()
Method Detail
<static> finesse.cslogger.ClientLogger.init(hub, gadgetId)
Initiates the client logger with a hub and a gadgetId
Parameters:
{Object} hub
the hub to communicate with
{Object} gadgetId
a unique string to identify which gadget is doing the logging

<static> finesse.cslogger.ClientLogger.log(message)
Publishes a Log Message over the hub.
Parameters:
{String} message
The string to log.

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jul 24 2013 18:47:09 GMT-0400 (EDT)