cachedLogList property

List<LogInfo> cachedLogList
getter/setter pair

Stores the most recent log entries. Can be used for displaying logs in the app UI.

Implementation

static List<LogInfo> cachedLogList = [];