Skip to content

New "tagged" logging system #75

@Sv443

Description

@Sv443

Instead of using a single log level number, a bit masked number should be used to store a set of "log tags" the user would like to allow being logged.
Each call to log, info, warn and error then needs to be given a specific tag, which if turned off in the config menu will reduce unnecessary info.
If the tags are added to the console identifier, this also has the advantage of way more powerful filtering in the console.

Metadata

Metadata

Assignees

Labels

E2 🟠High level of required effort and potential complicationsenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions