Package com.google.gwt.logging.server
Server classes for java.util.logging support in GWT.
-
Class Summary Class Description JsonLogRecordServerUtil A set of functions to convert standard JSON strings into LogRecords.RemoteLoggingServiceImpl Server-side code for the remote log handler.RemoteLoggingServiceUtil Utilities for classes that accept Remote Logging requests.StackTraceDeobfuscator Deprecated. Use com.google.gwt.core.server.StackTraceDeobfuscator instead. -
Exception Summary Exception Description InvalidJsonLogRecordFormatException Exception thrown when unable to parse JSON strings or the JSON object does not contain the expected properties.RemoteLoggingServiceUtil.RemoteLoggingException Exceptions that may occur during remote logging.