We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Replace all System.out.println with a proper logger such as log4j2.
e.g. by adding log4j-slf4j-impl
to the pom and adding a logger.
Also setup Lombok for convenience.
The text was updated successfully, but these errors were encountered: