I need help with logging on the client side.
I know how to use the SC.logWarn(...) method.
I've read the debugging javadoc for SmartGWT and it mentions a Log class that has a method logDebug() and logInfo(). However, at least on the GWT side of things, there doesn't seem to be this Log class.
Basically, I want to control the message, category, and priority of my logging with the Dev Console.
Any help would be appreciated.
Thanks.
I know how to use the SC.logWarn(...) method.
I've read the debugging javadoc for SmartGWT and it mentions a Log class that has a method logDebug() and logInfo(). However, at least on the GWT side of things, there doesn't seem to be this Log class.
Basically, I want to control the message, category, and priority of my logging with the Dev Console.
Any help would be appreciated.
Thanks.