Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    isc logging

    This is a stupid question but where I am I getting the isc object for this call?
    I am trying to log from a client object.

    isc.Log.logInfo("first record is: " +
    isc.Log.echo(myGrid.data.get(0)),
    "myGridLoading");

    #2
    It's a JavaScript global variable.

    Comment

    Working...
    X