cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
1
Helpful
1
Replies

Error messages during development of Finesse Gadget

croder001
Level 1
Level 1

I am new to developing Finesse Gadgets, and have run across a problem.  Whenever I write some code that causes a problem, even just modifying an example gadget, the gadget will simply fail to load in Finesse.  I am using the nocache option, and have cleared my browser cache, so I know it is my file that breaks it.  When I change it back, it works normally again.

Where are the error messages logged, so I can troubleshoot my code?  Thanks for your time.

1 Reply 1

ewindgat
Level 5
Level 5

The gadgets run on the client browser, calling services on the Finesse server. If the errors are on the client, you may test using the ClientLogger....

JsDoc Reference - finesse.cslogger.ClientLogger

There is an example in the call recording sample gadget

_clientLogger = finesse.cslogger.ClientLogger || {};

_clientLogger.log ("_startRecordingSuccess()");