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

Please use SLF4J instead of kotlin-logging #153

Open
Schmazda opened this issue Sep 29, 2024 · 0 comments
Open

Please use SLF4J instead of kotlin-logging #153

Schmazda opened this issue Sep 29, 2024 · 0 comments

Comments

@Schmazda
Copy link

Most libraries use SLF4J and having another library for logging in a bigger project/tech-stack creates issues like:

  • Having to shadow kotlin-logging into you executable
  • Difficulties with monitoring. When you want to export and automatically analyze the logs, you can't. Because suddenly there are different log syntaxes in the same project.

These are just two examples. Surely there are more problems

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

No branches or pull requests

1 participant