ConsoleLogController
A Swift Controller Class that logs events to console. Intended for debugging/visiblity of analytics and error logs.
Notes
- Ideally shouldn’t be used directly. AnalyticsLogController
and ErrorLogController
both consume
ConsoleLogController
and write to console.