get

open override fun get(outputId: String, maxCount: Int): List<PureeBufferedLog>

Retrieves the logs from the store.

Return

List of buffered logs.

Parameters

outputId

The id of the com.cookpad.puree.kotlin.output.PureeBufferedOutput that owns the logs.

maxCount

The maximum number of logs to retrieve.