Package com.google.gwt.logging.client
Class JsonLogRecordClientUtil
- java.lang.Object
-
- com.google.gwt.logging.client.JsonLogRecordClientUtil
-
public class JsonLogRecordClientUtil extends java.lang.ObjectA set of functions to convert SerializableLogRecords into JSON strings. The corresponding functions to convert them back are in JsonLogRecordServerUtil.java. This class should only be used in client side code since it imports com.google.gwt.json.client classes. TODO(unnurg) once there is a unified JSON GWT library, combine this with JsonLogRecordServerUtil.
-
-
Constructor Summary
Constructors Constructor Description JsonLogRecordClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringlogRecordAsJson(java.util.logging.LogRecord lr)static java.lang.StringthrowableAsJson(java.lang.Throwable t)
-