You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Most libraries use SLF4J and having another library for logging in a bigger project/tech-stack creates issues like:
These are just two examples. Surely there are more problems
The text was updated successfully, but these errors were encountered: