|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectVelocityAptLogSystem
public class VelocityAptLogSystem
The VelocityAptLogSystem implements the org.apache.velocity.runtime.LogSystem
interface for logging messages from Velocity and routes warnings and errors to the log
system of APT.
Field Summary |
---|
Fields inherited from interface LogSystem |
---|
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Constructor Summary | |
---|---|
VelocityAptLogSystem(Messager messager)
|
Method Summary | |
---|---|
void |
init(RuntimeServices rs)
|
void |
logVelocityMessage(int level,
String message)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VelocityAptLogSystem(Messager messager)
Method Detail |
---|
public void init(RuntimeServices rs) throws Exception
init
in interface LogSystem
Exception
public void logVelocityMessage(int level, String message)
logVelocityMessage
in interface LogSystem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |