Class LogRecordList


  • public class LogRecordList
    extends Object
    Stores the details of the each log object in a format which allows automatic parsing to JSON or XML formats. Acts functionally as a list, but couldn't extend AbstractList because that causes incorrect JSON conversion.
    • Constructor Detail

      • LogRecordList

        public LogRecordList​(List<LogRecord> records)
      • LogRecordList

        public LogRecordList()