purge Logs With Age
open override fun purgeLogsWithAge(outputId: String, now: Instant, age: Duration)
Content copied to clipboard
Deletes all the logs according the age of the log.
Parameters
outputId
The id of the com.cookpad.puree.kotlin.output.PureeBufferedOutput that owns the logs.
now
The current date-time.
age
The age of the of the logs to be deleted.