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

Enable logging #38

Open
Augry2 opened this issue Feb 7, 2024 · 5 comments · May be fixed by #67
Open

Enable logging #38

Augry2 opened this issue Feb 7, 2024 · 5 comments · May be fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@Augry2
Copy link
Contributor

Augry2 commented Feb 7, 2024

Problem Description

Implementing logging in our program. Using either built in logging tools with java.util.logging, or using a logging framework like Log4j

https://www.loggly.com/ultimate-guide/java-logging-basics/

@Augry2 Augry2 added the enhancement New feature or request label Feb 7, 2024
@cybertobbe
Copy link
Contributor

Looks like a more neat solution than print to console. Perhaps is the java.util.logging enough for this project?

@kappsegla
Copy link
Contributor

https://www.digitalocean.com/community/tutorials/logger-in-java-logging-example

@kappsegla
Copy link
Contributor

kappsegla commented Feb 7, 2024

Looks like a more neat solution than print to console. Perhaps is the java.util.logging enough for this project?

Would be nice to avoid external dependencies and do everything we need with built in functionality from java sdk. Pipe dream? 😁

@IngridHammargren
Copy link
Contributor

Log4j is a preferred choice because it's flexible, fast, and can log to various places. It's a good tool for effective and customizable logging in Java projects.

@BarbieQkiller
Copy link

If speed is not an issue I agree with @kappsegla. It would be nice to avoid external frameworks.

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
5 participants