GWT 2.1.0

com.google.gwt.requestfactory.server
Class Logging

java.lang.Object
  extended by com.google.gwt.requestfactory.server.Logging

public class Logging
extends java.lang.Object

Server side object that handles log messages sent by RequestFactoryLogHandler.


Constructor Summary
Logging()
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.Integer getVersion()
           
static void logMessage(java.lang.String logRecordJson)
           
 void setId(java.lang.String id)
           
static void setSymbolMapsDirectory(java.lang.String dir)
          This function is only for server side use which is why it's not in the LoggingRequest interface.
 void setVersion(java.lang.Integer version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging

public Logging()
Method Detail

logMessage

public static void logMessage(java.lang.String logRecordJson)
                       throws RemoteLoggingServiceUtil.RemoteLoggingException
Throws:
RemoteLoggingServiceUtil.RemoteLoggingException

setSymbolMapsDirectory

public static void setSymbolMapsDirectory(java.lang.String dir)
This function is only for server side use which is why it's not in the LoggingRequest interface.


getId

public java.lang.String getId()

getVersion

public java.lang.Integer getVersion()

setId

public void setId(java.lang.String id)

setVersion

public void setVersion(java.lang.Integer version)

GWT 2.1.0