UIForLumberjack
UIForLumberjack copied to clipboard
Add support for limiting message count
Some apps may produce a large number of logging messages. In this case it may be desirable to limit the number of messages to save memory/performance.
- Added .maxLines property
- Updated example app to utilize .maxLines property
- Updated example app podfile to modern syntax
- Tested and verified changes with example app, including case where top message is expanded when removed.