I am trying to migrate to Velocity 2.0 from 1.7. After reading some of the documentation, I see that Velocity now has moved on to the SLF4j API for its logging. Now I am not a an expert on how to use SLF4j, but since it has some documentation, I am sure I will figure it out.
public class VelocityLogger implements LogChute
I had a class which implemented the LogChute interface. After reading a bit about the new logging framework, would:
SimpleLogger
be an apt replacement? I just want to know if my analysis at the start is correct, before I mess it up going down the wrong path.