Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New "tagged" logging system #75

Open
Sv443 opened this issue May 23, 2024 · 0 comments
Open

New "tagged" logging system #75

Sv443 opened this issue May 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Sv443
Copy link
Owner

Sv443 commented May 23, 2024

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.

@Sv443 Sv443 added the enhancement New feature or request label May 23, 2024
@Sv443 Sv443 added this to the v2.1.0 milestone May 23, 2024
@Sv443 Sv443 self-assigned this May 23, 2024
@Sv443 Sv443 mentioned this issue May 23, 2024
46 tasks
@Sv443 Sv443 modified the milestones: v2.1.0, v3.0.0 May 28, 2024
@Sv443 Sv443 mentioned this issue Oct 19, 2024
10 tasks
@Sv443 Sv443 mentioned this issue Nov 21, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant