vdoclet
Class GeneratorLogSystem
java.lang.Object
|
+--vdoclet.GeneratorLogSystem
- All Implemented Interfaces:
- org.apache.velocity.runtime.log.LogSystem
- public class GeneratorLogSystem
- extends Object
- implements org.apache.velocity.runtime.log.LogSystem
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorLogSystem
public GeneratorLogSystem()
init
public void init(org.apache.velocity.runtime.RuntimeServices rs)
throws Exception
- Specified by:
init
in interface org.apache.velocity.runtime.log.LogSystem
Exception
logVelocityMessage
public void logVelocityMessage(int level,
String message)
- Log a message
- Specified by:
logVelocityMessage
in interface org.apache.velocity.runtime.log.LogSystem
- Parameters:
level
- severity levelmessage
- complete error message