| java.lang.Object org.objectweb.util.monolog.wrapper.velocity.VelocityLogger
VelocityLogger | public class VelocityLogger implements LogSystem(Code) | | This class permits to connect the velocity log to a monolog system.
To use this class you have to specify the logger that you want in the
constructor.
author: Sebastien Chassande-Barrioz |
init | public void init(RuntimeServices services) throws Exception(Code) | | Nothing to do, except checking that the associated logger is not null.
|
logVelocityMessage | public void logVelocityMessage(int i, String s)(Code) | | |
|
|