public class VelocityLogger
extends java.lang.Object
implements org.apache.velocity.runtime.log.LogSystem
Constructor and Description |
---|
VelocityLogger(Logger l) |
Modifier and Type | Method and Description |
---|---|
Logger |
getLog() |
void |
init(org.apache.velocity.runtime.RuntimeServices services)
Nothing to do, except checking that the associated logger is not null.
|
void |
logVelocityMessage(int i,
java.lang.String s) |
void |
setLog(Logger l) |
public VelocityLogger(Logger l) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
public void setLog(Logger l)
public Logger getLog()
public void init(org.apache.velocity.runtime.RuntimeServices services) throws java.lang.Exception
init
in interface org.apache.velocity.runtime.log.LogSystem
java.lang.Exception
public void logVelocityMessage(int i, java.lang.String s)
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem