1

There are a dozen SLF4 jars within the project and I can't tell which I need to run BoneCP. Is it just slf4j-simple-xxx.jar, etc.

Stephane Grenier
  • 15,527
  • 38
  • 117
  • 192

1 Answers1

3

You can chose any slf4j binding, e.g. slf4j-nop, slf4j-simple, logback-classic, slf4j-log4j12 or slf4j-jdk14. Just pick one, any one.

Ceki
  • 26,753
  • 7
  • 62
  • 71