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

Consider implementing annotation processor for handling logging domains #45

Open
yevhenii-nadtochii opened this issue Sep 8, 2023 · 0 comments

Comments

@yevhenii-nadtochii
Copy link
Collaborator

Logging domains are defined with annotations: LoggingDomain (for classes), JvmLoggingDomain (for Java packages only). It is information that is already known at compile time. We could process it on compile time and bypass to the runtime.

It could be a sort of config file, for example. This file would contain associations class/package = domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant