org.apache.velocity.runtime.log
public class NullLogSystem extends java.lang.Object implements LogSystem
Constructor and Description |
---|
NullLogSystem() |
Modifier and Type | Method and Description |
---|---|
void |
init(RuntimeServices rs)
init()
|
void |
logVelocityMessage(int level,
java.lang.String message)
logs messages to the great Garbage Collector
in the sky
|
public void init(RuntimeServices rs) throws java.lang.Exception
LogSystem
public void logVelocityMessage(int level, java.lang.String message)
logVelocityMessage
in interface LogSystem
level
- severity levelmessage
- complete error messageCopyright ? 2002 Apache Software Foundation. All Rights Reserved.