Prashant
10/19/2024, 4:31 PMMichael Paus
10/19/2024, 4:47 PMStefan Oltmann
10/19/2024, 7:23 PMStefan Oltmann
10/19/2024, 7:23 PMmarlonlom
10/19/2024, 9:05 PMException in thread "main" com.myproject.exceptions.TooManyLoggingLibrariesOverflowException: Too many logging library ideas!
Alexandru Caraus
10/20/2024, 10:10 AMAlexandru Caraus
10/20/2024, 10:10 AMkqr
10/21/2024, 7:19 AMStefan Oltmann
10/21/2024, 7:19 AMStefan Oltmann
10/21/2024, 7:23 AMStefan Oltmann
10/21/2024, 7:25 AMsuresh
10/21/2024, 2:26 PMJust write your own.Writing a good logger (like Logback or Log4j2) is not an easy task, especially if we want to support Kotlin/Native. I tried to implement one for a CLI app targeting Kotlin/Native, with support for file rotation and size policies, but eventually dropped the idea as it was too time-consuming 😕 . It’s unfortunate that we still don’t have a good logging library for Kotlin/Native targets.
least providing a SLF4kAgreed and one for db access also (like jdbc)
Casey Brooks
10/21/2024, 4:21 PMStefan Oltmann
10/21/2024, 4:29 PMStefan Oltmann
10/21/2024, 4:31 PMAlexandru Caraus
10/21/2024, 5:08 PMAlexandru Caraus
10/21/2024, 5:10 PMCasey Brooks
10/21/2024, 5:13 PMAlexandru Caraus
10/21/2024, 5:21 PMMichael Paus
10/21/2024, 7:12 PMStefan Oltmann
10/22/2024, 3:36 AMStefan Oltmann
10/22/2024, 3:39 AMThats why there are so many libraries, you can define your interface and then find a library that matches perfectly with the interface🤔 If Kotlin / Java would support duck typing this would work... But they don't.
Stefan Oltmann
10/22/2024, 3:43 AMBut the the aforementioned reasons, it’s difficult for everyone to agree on what that standard should beThat's why I hope JetBrains makes a decision (by including something into stdlib) - preferably a wise one, meaning it should ensure compatibility with SLF4J on the JVM side.