id summary reporter owner description type status priority milestone component version resolution keywords cc 1801 Switch to slf4j Nicklas Nordborg everyone "Current logging mechanism explicitly use log4j: {{{ private static final org.apache.log4j.Logger log = org.apache.log4j.LogManager.getLogger(""net.sf.basedb.core.Application""); }}} Extensions and most other code use slf4j. The above should be replaced with: {{{ private static final [org.slf4j.]Logger logger = [org.slf4j.]LoggerFactory.getLogger(Application.class); }}}" enhancement closed minor BASE 3.3 core fixed