Package org.apache.velocity.runtime.log
Class NullLogSystem
java.lang.Object
org.apache.velocity.runtime.log.NullLogChute
org.apache.velocity.runtime.log.NullLogSystem
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
logVelocityMessage
(int level, String message) Deprecated.Use log(level, message).Methods inherited from class org.apache.velocity.runtime.log.NullLogChute
init, isLevelEnabled, log, log
-
Constructor Details
-
NullLogSystem
public NullLogSystem()Deprecated.
-
-
Method Details
-
logVelocityMessage
Deprecated.Use log(level, message).- Specified by:
logVelocityMessage
in interfaceLogSystem
- Parameters:
level
-message
-
-