PureeBufferedLog
Data class representing a log entry that has been buffered for batch processing.
PureeBufferedLog encapsulates a log that has been temporarily stored in a com.cookpad.puree.kmp.store.PureeLogStore before being sent to its final destination. It is used by com.cookpad.puree.kmp.output.PureeBufferedOutput to implement the buffering mechanism that allows logs to be collected and processed in batches rather than individually.