|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.ui.velocity.CommonsLoggingLogSystem
public class CommonsLoggingLogSystem
Velocity LogSystem implementation for Jakarta Commons Logging. Used by VelocityConfigurer to redirect log output.
VelocityEngineFactoryBean
Field Summary | |
---|---|
private static Log |
logger
|
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem |
---|
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID |
Constructor Summary | |
---|---|
CommonsLoggingLogSystem()
|
Method Summary | |
---|---|
void |
init(RuntimeServices runtimeServices)
|
void |
logVelocityMessage(int type,
java.lang.String msg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Log logger
Constructor Detail |
---|
public CommonsLoggingLogSystem()
Method Detail |
---|
public void init(RuntimeServices runtimeServices)
init
in interface LogSystem
public void logVelocityMessage(int type, java.lang.String msg)
logVelocityMessage
in interface LogSystem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |