public class

JsonLogRecordClientUtil

extends Object
java.lang.Object
   ↳ com.google.gwt.logging.client.JsonLogRecordClientUtil

Class Overview

A 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.

Summary

Public Constructors
JsonLogRecordClientUtil()
Public Methods
static String logRecordAsJson(LogRecord lr)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JsonLogRecordClientUtil ()

Public Methods

public static String logRecordAsJson (LogRecord lr)