LoggerProviderCollector

Be aware, this observer is stateful.

Functions

Link copied to clipboard
abstract fun onLogAdded(addedItem: AppLog)

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

Link copied to clipboard
abstract fun onLogRemoved(newSize: Int, removedItem: AppLog)

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

Link copied to clipboard
abstract fun onLogs(logs: List<AppLog>)

A new list of logs is available.

Link copied to clipboard
abstract fun onTags(tags: List<String>)

A new list of tags is available.