slf4j

  1. Claudio Oliveira

    B4J Library SQLiteJDBC and slf4j

    Hi all! An important observation about SQLiteJDBC. Starting with version 3.43.2.0, the authors of the SQLiteJDBC library added the SLF4J logging framework as a dependency. You can find more information about this HERE. Therefore, applications using SQLiteJDBC version 3.43.2.0 and higher must...
  2. F

    B4J Question Hide SLF4J warnings (SOLVED)

    Hi, I am using external libraries in B4J Non-UI program and I always get a warning on execution. My code: #Region Project Attributes #CommandLineArgs: #MergeLibraries: false #AdditionalJar: slf4j-api-1.7.30 #AdditionalJar: sshj-0.31.0 #AdditionalJar: eddsa-0.3.0...
Top