Log limit @obsolete decorator #1281
Labels
core team
This issue should be done by an Excalibur core member
enhancement
Label applied to enhancements or improvements to existing features
Milestone
Context
Currently the
@obsolete
decorator will log every time a method, getter/setter, or class is called. This can cause the browser to lock up, or test result logs to be filled with obsolete messages.Proposal
Log limit the
@obsolete
decorator so that the same message from a method can only be logged 5 times.The text was updated successfully, but these errors were encountered: