org.apache.velocity.runtime.log
Class NullLogSystem
java.lang.Object
  
org.apache.velocity.runtime.log.NullLogChute
      
org.apache.velocity.runtime.log.NullLogSystem
- All Implemented Interfaces: 
 - LogChute, LogSystem
 
Deprecated. Use NullLogChute.
public class NullLogSystem
- extends NullLogChute
- implements LogSystem
  
Logger used in case of failure. Does nothing.
- Version:
 
  - $Id: NullLogSystem.java 463298 2006-10-12 16:10:32Z henning $
 
- Author:
 
  - Geir Magnusson Jr.
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
| Methods inherited from interface org.apache.velocity.runtime.log.LogSystem | 
init | 
 
NullLogSystem
public NullLogSystem()
- Deprecated. 
 
logVelocityMessage
public void logVelocityMessage(int level,
                               String message)
- Deprecated. Use log(level, message).
- Specified by:
 logVelocityMessage in interface LogSystem
 
- Parameters:
 level - message - 
 
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.