Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
42 stars 12 forks source link

Simplify the Log File Interface #137

Closed jkmassel closed 4 years ago

jkmassel commented 4 years ago

This PR allows the hosting app to provide log files based on event severity and the timestamp of the event.

This should reduce the complexity of implementation in this library and in clients implementing it, while remaining flexible enough to handle the weirdness of different log file storage policies.