Add reverse sorting to error log display
johnalarcon opened this issue · 1 comments
johnalarcon commented
Description
Add a checkbox that allows for reverse-sorting the error log.
Context
The default behavior of an error log is to append errors to the end of the file. The plugin mirrors this behavior. This can be cumbersome when you really want to just see the last error immediately when the page is reloaded (such as if there are a number of other errors already in the log, causing you to have to scroll to the end (or use a jump link) to see the new error at the bottom.) The ability to sort the errors in reverse solves this problem.
johnalarcon commented
Implemented and to be released in version 2.0.0.