Package org.apache.velocity.runtime.log
Class NullLogSystem
- java.lang.Object
-
- org.apache.velocity.runtime.log.NullLogChute
-
- org.apache.velocity.runtime.log.NullLogSystem
-
public class NullLogSystem extends NullLogChute implements LogSystem
Deprecated.Use NullLogChute.Logger used in case of failure. Does nothing.- Version:
- $Id: NullLogSystem.java 463298 2006-10-12 16:10:32Z henning $
-
-
Field Summary
-
Fields inherited from interface org.apache.velocity.runtime.log.LogChute
DEBUG_ID, DEBUG_PREFIX, ERROR_ID, ERROR_PREFIX, INFO_ID, INFO_PREFIX, TRACE_ID, TRACE_PREFIX, WARN_ID, WARN_PREFIX
-
-
Constructor Summary
Constructors Constructor Description NullLogSystem()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
logVelocityMessage(int level, java.lang.String message)
Deprecated.Use log(level, message).-
Methods inherited from class org.apache.velocity.runtime.log.NullLogChute
init, isLevelEnabled, log, log
-
-
-
-
Method Detail
-
logVelocityMessage
public void logVelocityMessage(int level, java.lang.String message)
Deprecated.Use log(level, message).- Specified by:
logVelocityMessage
in interfaceLogSystem
- Parameters:
level
-message
-
-
-