onLogAdded

abstract fun onLogAdded(addedItem: AppLog)

A new log has been added to the start of the list.

Parameters

addedItem

the added item for information purposes

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