com.google.gwt.requestfactory.server
Class Logging
java.lang.Object
com.google.gwt.requestfactory.server.Logging
public class Logging
- extends java.lang.Object
Server side object that handles log messages sent by
RequestFactoryLogHandler.
|
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 |
Logging
public Logging()
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)