Hi,
What are the available ways to log from the client? I've been trying to do things like SC.logWarn(), SC.echo(), and have been looking for the mentioned logDebug()/logInfo()/logWarn(), but no luck for some reason.
The docs say:
"The core log methods (logDebug(), logInfo(), logWarn()) and the "echo" facilities (echo() and echoAll()) are available on every Smart GWT component and Class."
But I'm not finding them. :-(
I don't have a preference whether the logging is to the dev console, or otherwise...just some logging that works.
Thanks!
What are the available ways to log from the client? I've been trying to do things like SC.logWarn(), SC.echo(), and have been looking for the mentioned logDebug()/logInfo()/logWarn(), but no luck for some reason.
The docs say:
"The core log methods (logDebug(), logInfo(), logWarn()) and the "echo" facilities (echo() and echoAll()) are available on every Smart GWT component and Class."
But I'm not finding them. :-(
I don't have a preference whether the logging is to the dev console, or otherwise...just some logging that works.
Thanks!
Comment