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

Switch to Log4J2 #1

Open
MaximilianHeidenreich opened this issue Apr 12, 2021 · 0 comments
Open

Switch to Log4J2 #1

MaximilianHeidenreich opened this issue Apr 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MaximilianHeidenreich
Copy link
Owner

What?

Switch to using Log4J2 for all logging purposes.

Why?

It could enhance the performance, especially if detailed log output is necessary for some application.

Backwards-compatibility is desired. This project is intentionally only using the Java8 API so that older project could use it as well as newer ones. Therefore, switching to Log4J2 should not result in any compatibility issues or the requirement to have both (Log4J & Log4J2) as project dependencies.
Currently, backwards-compatibility with Log4j is experimental, so that would require some testing first.

@MaximilianHeidenreich MaximilianHeidenreich added the enhancement New feature or request label Apr 12, 2021
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