| java.lang.Object org.apache.beehive.controls.runtime.generator.VelocityAptLogSystem
VelocityAptLogSystem | public class VelocityAptLogSystem implements LogSystem(Code) | | 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 | |
final static String | APT_ENV_PROPERTY This is the name of the Velocity configuration property that will be used to pass
the APT environment from the execution environment into the logger instance. | Messager | _messager |
APT_ENV_PROPERTY | final static String APT_ENV_PROPERTY(Code) | | This is the name of the Velocity configuration property that will be used to pass
the APT environment from the execution environment into the logger instance. This
property must be set on the VelocityEngine instance, and the value should be the
com.sun.mirror.apt.Messager instance that should be used to log messages.
|
_messager | Messager _messager(Code) | | |
VelocityAptLogSystem | public VelocityAptLogSystem(Messager messager)(Code) | | |
|
|