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

Integrate proper logging framework #74

Open
LitschiW opened this issue Jul 2, 2023 · 0 comments
Open

Integrate proper logging framework #74

LitschiW opened this issue Jul 2, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LitschiW
Copy link
Member

LitschiW commented Jul 2, 2023

Replace all System.out.println with a proper logger such as log4j2.

e.g. by adding log4j-slf4j-impl

<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-slf4j-impl</artifactId>
    <version>2.20.0</version>
</dependency>

to the pom and adding a logger.

Also setup Lombok for convenience.

@LitschiW LitschiW added enhancement New feature or request good first issue Good for newcomers labels Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant