Class LogUtils
java.lang.Object
com.levigo.jadice.web.client.util.LogUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Call this method if you want to send the client log messages to the server.
-
Constructor Details
-
LogUtils
public LogUtils()
-
-
Method Details
-
setDefaultRemoteHandler
public static void setDefaultRemoteHandler()Call this method if you want to send the client log messages to the server. If this is not done, the client logs will only be available in the browser's dev tools.
-