mibble icon indicating copy to clipboard operation
mibble copied to clipboard

Sort the the MibLoaderLog.LogEntry instances before printing

Open cederberg opened this issue 7 years ago • 0 comments

Reading a long list of MibLoaderLog.LogEntry instances is hard, since the entries are sorted by detection order, not their importance or location in the file.

Preferably, MibLoaderLog.entries() should return a sorted list of log entries, with errors first and warnings second. Inside each group, the entries should be sorted by file and line number.

cederberg avatar Mar 10 '17 17:03 cederberg