onLogRemoved

abstract fun onLogRemoved(newSize: Int, removedItem: AppLog)

An item has been removed from the end of the list.

Parameters

newSize

the size of the list without the item.

removedItem

the removed item for information purposes.

It is guaranteed that onLogs is called before at least once.