Uses of Class
com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
-
Packages that use RemoteLoggingServiceUtil.RemoteLoggingException Package Description com.google.gwt.logging.server Server classes for java.util.logging support in GWT.com.google.web.bindery.requestfactory.server Server-side classes for mediating between the client-side and the persistent datastore. -
-
Uses of RemoteLoggingServiceUtil.RemoteLoggingException in com.google.gwt.logging.server
Methods in com.google.gwt.logging.server that throw RemoteLoggingServiceUtil.RemoteLoggingException Modifier and Type Method Description static void
RemoteLoggingServiceUtil. logOnServer(java.lang.String serializedLogRecordJson, java.lang.String strongName, StackTraceDeobfuscator deobfuscator, java.lang.String loggerNameOverride)
static void
RemoteLoggingServiceUtil. logOnServer(java.util.logging.LogRecord lr, java.lang.String strongName, StackTraceDeobfuscator deobfuscator, java.lang.String loggerNameOverride)
Logs a message on the server. -
Uses of RemoteLoggingServiceUtil.RemoteLoggingException in com.google.web.bindery.requestfactory.server
Methods in com.google.web.bindery.requestfactory.server that throw RemoteLoggingServiceUtil.RemoteLoggingException Modifier and Type Method Description static void
Logging. logMessage(java.lang.String logRecordJson)
Logs a message.
-