public class GeneratorLogSystem extends Object implements org.apache.velocity.runtime.log.LogSystem
Constructor and Description |
---|
GeneratorLogSystem() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.velocity.runtime.RuntimeServices rs) |
void |
logVelocityMessage(int level,
String message)
Log a message
|
public void init(org.apache.velocity.runtime.RuntimeServices rs) throws Exception
init
in interface org.apache.velocity.runtime.log.LogSystem
Exception
public void logVelocityMessage(int level, String message)
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem
level
- severity levelmessage
- complete error message