UIForLumberjack icon indicating copy to clipboard operation
UIForLumberjack copied to clipboard

Add support for limiting message count

Open itsniper opened this issue 8 years ago • 0 comments

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.

itsniper avatar Nov 12 '16 19:11 itsniper