GWT 2.3.0

Uses of Class
com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException

Packages that use RemoteLoggingServiceUtil.RemoteLoggingException
com.google.gwt.logging.server Server classes for java.util.logging support in GWT. 
com.google.gwt.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
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
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.
static void RemoteLoggingServiceUtil.logOnServer(java.lang.String serializedLogRecordJson, java.lang.String strongName, StackTraceDeobfuscator deobfuscator, java.lang.String loggerNameOverride)
           
 

Uses of RemoteLoggingServiceUtil.RemoteLoggingException in com.google.gwt.requestfactory.server
 

Methods in com.google.gwt.requestfactory.server that throw RemoteLoggingServiceUtil.RemoteLoggingException
static void Logging.logMessage(java.lang.String logRecordJson)
          Deprecated. Logs a message.
 

Uses of RemoteLoggingServiceUtil.RemoteLoggingException in com.google.web.bindery.requestfactory.server
 

Methods in com.google.web.bindery.requestfactory.server that throw RemoteLoggingServiceUtil.RemoteLoggingException
static void Logging.logMessage(java.lang.String logRecordJson)
          Logs a message.
 


GWT 2.3.0