Class LogLimits

    • Field Detail

      • DEFAULT

        private static final LogLimits DEFAULT
    • Constructor Detail

      • LogLimits

        LogLimits()
    • Method Detail

      • create

        static LogLimits create​(int maxNumAttributes,
                                int maxAttributeLength)
      • getMaxNumberOfAttributes

        public abstract int getMaxNumberOfAttributes()
        Returns the max number of attributes per LogRecordData.
        Returns:
        the max number of attributes per LogRecordData.
      • getMaxAttributeValueLength

        public abstract int getMaxAttributeValueLength()
        Returns the max number of characters for string attribute values. For string array attribute values, applies to each entry individually.
        Returns:
        the max number of characters for attribute strings.