Skip to content

Sort the the MibLoaderLog.LogEntry instances before printing #27

@cederberg

Description

@cederberg

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions