On May 12, 2011, at 3:51 PM, Vincent Massol wrote:
Ok I've committer a first version of the move.
So what remains to be done:
1) Migrate code to use @Inject Logger logger; instead of using deprecated
Logenabled/AbstractLogEnabled
all done
2) Use the new SLF4J solution for performant logging
whenever possible: logger.debug("blah {} blah {}", var1, var2)
not done. this is limited by the fact that SLF4J doesn't support passing params +
passing the exception.
3) Move all non component code to use SLF4J and not
commons logging
all done
Thanks
-Vincent
I need help from everyone to finish this up, over time.
Please let me know if you have any question
I also have to update the documentation on
xwiki.org which I'll do in the coming few
days.
Thanks
-Vincent