Opened 10 years ago
Closed 10 years ago
#707 closed enhancement (fixed)
Switch to Slf4j
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Example code v1.7 |
Component: | net.sf.basedb.examplecode | Keywords: | |
Cc: |
Description
We don't use any logging in the example code, but since the BASE core switched from Log4j to Slf4j in since http://base.thep.lu.se/ticket/1801 Eclipse tend to complain about missing reference to org.slf4j.Logger.
It doesn't seem to affect compilation, so I think we could replace the log4j JAR file with the slf4j JAR file safely.
Note:
See TracTickets
for help on using tickets.
(In [2983]) Fixes #707: Switch to Slf4j