|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.logging.server.JsonLogRecordServerUtil
public class JsonLogRecordServerUtil
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 org.json classes. TODO(unnurg) once there is a unified JSON GWT library, combine this with JsonLogRecordClientUtil.
Constructor Summary | |
---|---|
JsonLogRecordServerUtil()
|
Method Summary | |
---|---|
static java.util.logging.LogRecord |
logRecordFromJson(java.lang.String jsonString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonLogRecordServerUtil()
Method Detail |
---|
public static java.util.logging.LogRecord logRecordFromJson(java.lang.String jsonString) throws JSONException
JSONException
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |