Package com.google.gwt.logging.server
Class JsonLogRecordServerUtil
- java.lang.Object
-
- com.google.gwt.logging.server.JsonLogRecordServerUtil
-
public class JsonLogRecordServerUtil extends java.lang.Object
A set of functions to convert standard JSON strings into LogRecords. The corresponding functions to create the JSON strings are in JsonLogRecordClientUtil.java. This class should only be used in server-side code since it imports c.g.g.thirdparty.json classes. TODO(unnurg) once there is a unified JSON GWT library, combine this with JsonLogRecordClientUtil.
-
-
Constructor Summary
Constructors Constructor Description JsonLogRecordServerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.logging.LogRecord
logRecordFromJson(java.lang.String jsonString)
-
-
-
Method Detail
-
logRecordFromJson
public static java.util.logging.LogRecord logRecordFromJson(java.lang.String jsonString) throws InvalidJsonLogRecordFormatException
-
-