remove

abstract fun remove(outputId: String, bufferedLogs: List<PureeBufferedLog>)

Deletes the logs from the store.

Parameters

outputId

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

bufferedLogs

The logs to be deleted.