in src/main/java/com/aliyun/openservices/aliyun/log/producer/internals/ProducerBatch.java [206:234]
public String toString() {
return "ProducerBatch{"
+ "groupKey="
+ groupKey
+ ", packageId='"
+ packageId
+ '\''
+ ", batchSizeThresholdInBytes="
+ batchSizeThresholdInBytes
+ ", batchCountThreshold="
+ batchCountThreshold
+ ", logItems="
+ logItems
+ ", thunks="
+ thunks
+ ", createdMs="
+ createdMs
+ ", nextRetryMs="
+ nextRetryMs
+ ", curBatchSizeInBytes="
+ curBatchSizeInBytes
+ ", curBatchCount="
+ curBatchCount
+ ", reservedAttempts="
+ reservedAttempts
+ ", attemptCount="
+ attemptCount
+ '}';
}