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

could/should Logger be a value class? #130

Open
dsilvasc opened this issue Sep 8, 2018 · 0 comments
Open

could/should Logger be a value class? #130

dsilvasc opened this issue Sep 8, 2018 · 0 comments
Labels

Comments

@dsilvasc
Copy link

dsilvasc commented Sep 8, 2018

Since the Logger class just delegates to an underlying slf4j logger, should it be a declared as a value class? Would it help with memory usage (fewer wrapper objects), startup time (removing wrapper instantiations), or logging time (removing logger.underlying indirections)?

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

No branches or pull requests

2 participants