get
abstract fun get(outputId: String, maxCount: Int): List<PureeBufferedLog>
Content copied to clipboard
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.