Log Stacking

Issue #179 new
Yusuf Ismail repo owner created an issue

Log stacking system so that identical logs can be stacked together in a single entry with a number displayed by them similar to Unity’s log display

e.g.

Error: some error
Error: some error

becomes

Error: some error [2]

This is desirable for logs intercepted by Unity’s logging stream but may be annoying for values added manually by something like actions, so the system will need to be able to differentiate between stackable and non-stackable logs

Furthermore, this may need to be configurable if it is not desirable in all cases

Comments (0)

  1. Log in to comment