Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
Right now, if no implementation jar file is provided by my customer, then slf4j will default to use nop logger, which is doing nothing. Can we have a new feature like allowing me to specify the default logging to java.util.logging or simple-logger if no implementation jar file? That way, even if my customer does not provide jar file, they can still at least have something being logged.