Description
slf4j 1.7 has new nice feature
"Printing methods in the Logger interface now offers variants accepting varargs instead of Object[]. Given that under the hood, the Java compiler transforms varargs into an array, this change is totally 100% no-ifs-or-buts backward compatible with all existing client code."
http://www.slf4j.org/news.html
I would like to use it with my bundles under future karaf releases
Attachments
Issue Links
- blocks
-
DIRAPI-95 Support SLF4J 1.6 API
- Closed
- relates to
-
KARAF-1865 Upgrade to paxlogging 1.7.0
- Resolved