Class ClientLogPost


  • public class ClientLogPost
    extends java.lang.Object
    Represents 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 Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<LogMessage> lg  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientLogPost()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientLogPost

        public ClientLogPost()