Class ClientLogPost
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.comm.ClientLogPost
 
- 
 public class ClientLogPost extends java.lang.ObjectRepresents the object POSTed to /logs by the client's jsnlog.js system. The structure of this class is set up to be deserialized by GSON automatically, so the field names follow jsnlog's json format
- 
- 
Field SummaryFields Modifier and Type Field Description java.util.List<LogMessage>lg
 - 
Constructor SummaryConstructors Constructor Description ClientLogPost()
 
- 
- 
- 
Field Detail- 
lgpublic java.util.List<LogMessage> lg 
 
- 
 
-