
public class RemoteLoggingServiceImpl extends RemoteServiceServlet implements RemoteLoggingService
perThreadRequest, perThreadResponse| Constructor and Description |
|---|
RemoteLoggingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
logOnServer(LogRecord lr)
Logs a Log Record which has been serialized using GWT RPC on the server.
|
void |
setLoggerNameOverride(String override)
By default, messages are logged to a logger that has the same name as
the logger that created them on the client.
|
void |
setSymbolMapsDirectory(String symbolMapsDir)
By default, this service does not do any deobfuscation.
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic final String logOnServer(LogRecord lr)
logOnServer in interface RemoteLoggingServicepublic void setLoggerNameOverride(String override)
public void setSymbolMapsDirectory(String symbolMapsDir)
Copyright © 2018. All rights reserved.